diff options
| author | Jason Molenda <jmolenda@apple.com> | 2013-03-07 22:44:42 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2013-03-07 22:44:42 +0000 |
| commit | c1a658314332fecdd04046fa714edcd14b5484ad (patch) | |
| tree | 75b877f6a9df3670514f2d87845c79b4e732060c | |
| parent | ca00645e4cc0fe255e7cf31545254cf6bb97e90e (diff) | |
| download | bcm5719-llvm-c1a658314332fecdd04046fa714edcd14b5484ad.tar.gz bcm5719-llvm-c1a658314332fecdd04046fa714edcd14b5484ad.zip | |
Typeo in warning message.
llvm-svn: 176664
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp index ab5163bf85b..a8d97d35c63 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp @@ -6309,7 +6309,7 @@ SymbolFileDWARF::ParseType (const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, } else { - GetObjectFile()->GetModule()->ReportError ("{0x%8.8x}: invaliad Objective-C method 0x%4.4x (%s), please file a bug and attach the file at the start of this error message", + GetObjectFile()->GetModule()->ReportError ("{0x%8.8x}: invalid Objective-C method 0x%4.4x (%s), please file a bug and attach the file at the start of this error message", die->GetOffset(), tag, DW_TAG_value_to_name(tag)); |

