[Lldb-commits] [lldb] r176664 - Typeo in warning message.

Jason Molenda jmolenda at apple.com
Thu Mar 7 14:44:43 PST 2013


Author: jmolenda
Date: Thu Mar  7 16:44:42 2013
New Revision: 176664

URL: http://llvm.org/viewvc/llvm-project?rev=176664&view=rev
Log:
Typeo in warning message.

Modified:
    lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp

Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp?rev=176664&r1=176663&r2=176664&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp (original)
+++ lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp Thu Mar  7 16:44:42 2013
@@ -6309,7 +6309,7 @@ SymbolFileDWARF::ParseType (const Symbol
                                     }
                                     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));





More information about the lldb-commits mailing list