[llvm] r311701 - test commit: fix typo in comment

Nathan Hawes via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 14:20:41 PDT 2017


Author: nhawes
Date: Thu Aug 24 14:20:41 2017
New Revision: 311701

URL: http://llvm.org/viewvc/llvm-project?rev=311701&view=rev
Log:
test commit: fix typo in comment

Modified:
    llvm/trunk/lib/Option/OptTable.cpp

Modified: llvm/trunk/lib/Option/OptTable.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Option/OptTable.cpp?rev=311701&r1=311700&r2=311701&view=diff
==============================================================================
--- llvm/trunk/lib/Option/OptTable.cpp (original)
+++ llvm/trunk/lib/Option/OptTable.cpp Thu Aug 24 14:20:41 2017
@@ -34,7 +34,7 @@ namespace llvm {
 namespace opt {
 
 // Ordering on Info. The ordering is *almost* case-insensitive lexicographic,
-// with an exceptions. '\0' comes at the end of the alphabet instead of the
+// with an exception. '\0' comes at the end of the alphabet instead of the
 // beginning (thus options precede any other options which prefix them).
 static int StrCmpOptionNameIgnoreCase(const char *A, const char *B) {
   const char *X = A, *Y = B;




More information about the llvm-commits mailing list