summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2017-05-08 20:53:00 +0000
committerGreg Clayton <gclayton@apple.com>2017-05-08 20:53:00 +0000
commit5404f114d327ecd67d7eb60bf45f4df46e4f7c9c (patch)
tree47dfc8783b16d19e31cb48177719a8f3968d7816 /llvm/lib
parenta1c88148910f71841b3ab1deafb7d1b285a24a07 (diff)
downloadbcm5719-llvm-5404f114d327ecd67d7eb60bf45f4df46e4f7c9c.tar.gz
bcm5719-llvm-5404f114d327ecd67d7eb60bf45f4df46e4f7c9c.zip
Fix typo "veify" to "verify".
llvm-svn: 302466
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp b/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
index 9494e876da1..33f357ae4a0 100644
--- a/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
+++ b/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
@@ -136,7 +136,7 @@ void DWARFVerifier::verifyDebugInfoForm(DWARFDie &Die,
}
}
-void DWARFVerifier::veifyDebugInfoReferences() {
+void DWARFVerifier::verifyDebugInfoReferences() {
// Take all references and make sure they point to an actual DIE by
// getting the DIE by offset and emitting an error
OS << "Verifying .debug_info references...\n";
OpenPOWER on IntegriCloud