]> granicus.if.org Git - llvm/commitdiff
test commit: fix typo in comment
authorNathan Hawes <nhawes@apple.com>
Thu, 24 Aug 2017 21:20:41 +0000 (21:20 +0000)
committerNathan Hawes <nhawes@apple.com>
Thu, 24 Aug 2017 21:20:41 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311701 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Option/OptTable.cpp

index 7910bea0dcc2ecb97a03e31387814439a11fc8fa..4e3b132db86d7575427c039d87f9109f986060f5 100644 (file)
@@ -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;