test commit: fix typo in comment

llvm-svn: 311701
This commit is contained in:
Nathan Hawes 2017-08-24 21:20:41 +00:00
parent 8bee41e423
commit 9b656ffbef
1 changed files with 1 additions and 1 deletions

View 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;