Fix typo. Extracted from the Andy/PaX patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162281 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2012-08-21 15:55:04 +00:00
parent 8005bcd5e0
commit 76ac200186

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