Typeo in warning message.

llvm-svn: 176664
This commit is contained in:
Jason Molenda 2013-03-07 22:44:42 +00:00
parent ca00645e4c
commit c1a6583143
1 changed files with 1 additions and 1 deletions

View File

@ -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));