mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 07:50:50 +00:00
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:
parent
8005bcd5e0
commit
76ac200186
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user