Fix typo. Extracted from the Andy/PaX patch.

llvm-svn: 162281
This commit is contained in:
Rafael Espindola 2012-08-21 15:55:04 +00:00
parent bea6753f4f
commit 3e5eb4263a
1 changed files with 1 additions and 1 deletions

View File

@ -1581,7 +1581,7 @@ bool AsmParser::ParseMacroArgument(MacroArgument &MA) {
Lex();
}
if (ParenLevel != 0)
return TokError("unbalanced parenthesises in macro argument");
return TokError("unbalanced parentheses in macro argument");
return false;
}