Fix typo in error message.

llvm-svn: 215681
This commit is contained in:
Eric Christopher 2014-08-14 23:04:28 +00:00
parent 2d835dad0a
commit 7cbd2b9910
1 changed files with 1 additions and 1 deletions

View File

@ -2692,7 +2692,7 @@ DWARFExpression::Evaluate
default:
if (error_ptr)
error_ptr->SetErrorStringWithFormat ("unhandled value typpe for DW_OP_piece(%" PRIu64 ")", piece_byte_size);
error_ptr->SetErrorStringWithFormat ("unhandled value type for DW_OP_piece(%" PRIu64 ")", piece_byte_size);
return false;
}