1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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 137b521254
commit 53d3b8d089

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;
}