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/include | |
| 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/include')
| -rw-r--r-- | llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h index 8e12bcd2c8e..645eee49fad 100644 --- a/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h @@ -60,7 +60,7 @@ class DWARFVerifier { /// offset matches. This helps to ensure if a DWARF link phase moved things /// around, that it doesn't create invalid references by failing to relocate /// CU relative and absolute references. - void veifyDebugInfoReferences(); + void verifyDebugInfoReferences(); /// Verify the the DW_AT_stmt_list encoding and value and ensure that no /// compile units that have the same DW_AT_stmt_list value. |

