]> granicus.if.org Git - llvm/commitdiff
Fix typo
authorEugene Zemtsov <ezemtsov@google.com>
Mon, 8 May 2017 21:20:53 +0000 (21:20 +0000)
committerEugene Zemtsov <ezemtsov@google.com>
Mon, 8 May 2017 21:20:53 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302470 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARF/DWARFVerifier.cpp

index 33f357ae4a0a4983e79554838e67b1ed45c2a8d6..ec5fb08db87f1ca6b49c60e125cf4e8576f987cf 100644 (file)
@@ -172,7 +172,7 @@ bool DWARFVerifier::handleDebugInfo() {
       }
     }
   }
-  veifyDebugInfoReferences();
+  verifyDebugInfoReferences();
   return NumDebugInfoErrors == 0;
 }