Correct word hyphenations
[oota-llvm.git] / 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.");
   }