mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +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…
Reference in New Issue
Block a user