diff options
author | Greg Clayton <gclayton@apple.com> | 2017-05-08 20:53:00 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2017-05-08 20:53:00 +0000 |
commit | 5404f114d327ecd67d7eb60bf45f4df46e4f7c9c (patch) | |
tree | 47dfc8783b16d19e31cb48177719a8f3968d7816 /llvm/lib | |
parent | a1c88148910f71841b3ab1deafb7d1b285a24a07 (diff) | |
download | bcm5719-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.cpp | 2 |
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"; |