]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Typo.
authorPeter Collingbourne <peter@pcc.me.uk>
Sun, 20 Oct 2013 03:19:25 +0000 (03:19 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sun, 20 Oct 2013 03:19:25 +0000 (03:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193043 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/OptParserEmitter.cpp

index cff004f56947e33dbac743ebfc7c13c38ff3cd60..9c4daaf7747dbed13c427dbfec7a1c46d767e778 100644 (file)
@@ -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.");
   }