From 71f4afc0b8429f7eee530a000fb5a08b460c7a20 Mon Sep 17 00:00:00 2001 From: Nathan Hawes Date: Thu, 24 Aug 2017 21:20:41 +0000 Subject: [PATCH] test commit: fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311701 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Option/OptTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Option/OptTable.cpp b/lib/Option/OptTable.cpp index 7910bea0dcc..4e3b132db86 100644 --- a/lib/Option/OptTable.cpp +++ b/lib/Option/OptTable.cpp @@ -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; -- 2.50.1