summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-03-07 22:44:42 +0000
committerJason Molenda <jmolenda@apple.com>2013-03-07 22:44:42 +0000
commitc1a658314332fecdd04046fa714edcd14b5484ad (patch)
tree75b877f6a9df3670514f2d87845c79b4e732060c /lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
parentca00645e4cc0fe255e7cf31545254cf6bb97e90e (diff)
downloadbcm5719-llvm-c1a658314332fecdd04046fa714edcd14b5484ad.tar.gz
bcm5719-llvm-c1a658314332fecdd04046fa714edcd14b5484ad.zip
Typeo in warning message.
llvm-svn: 176664
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp2
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));
OpenPOWER on IntegriCloud