mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193043 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0abc36205a
commit
8f70847f98
@ -79,7 +79,7 @@ static int CompareOptionRecords(Record *const *Av, Record *const *Bv) {
|
||||
if (APrec == BPrec &&
|
||||
A->getValueAsListOfStrings("Prefixes") ==
|
||||
B->getValueAsListOfStrings("Prefixes")) {
|
||||
PrintError(A->getLoc(), Twine("Option is equivilent to"));
|
||||
PrintError(A->getLoc(), Twine("Option is equivalent to"));
|
||||
PrintError(B->getLoc(), Twine("Other defined here"));
|
||||
PrintFatalError("Equivalent Options found.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user