[llvm] r193043 - Typo.

Peter Collingbourne peter at pcc.me.uk
Sat Oct 19 20:19:25 PDT 2013


Author: pcc
Date: Sat Oct 19 22:19:25 2013
New Revision: 193043

URL: http://llvm.org/viewvc/llvm-project?rev=193043&view=rev
Log:
Typo.

Modified:
    llvm/trunk/utils/TableGen/OptParserEmitter.cpp

Modified: llvm/trunk/utils/TableGen/OptParserEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/OptParserEmitter.cpp?rev=193043&r1=193042&r2=193043&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/OptParserEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/OptParserEmitter.cpp Sat Oct 19 22:19:25 2013
@@ -79,7 +79,7 @@ static int CompareOptionRecords(Record *
   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.");
   }





More information about the llvm-commits mailing list