Correct spelling of 'enumerator'.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 21 Feb 2013 06:12:38 +0000 (06:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 21 Feb 2013 06:12:38 +0000 (06:12 +0000)
Post commit code review feedback to r175705 from Jordan Rose.

llvm-svn: 175725

clang/include/clang/Basic/LLVM.h

index eb47597..306c75e 100644 (file)
@@ -20,7 +20,7 @@
 // dependencies.
 // Casting.h has complex templates that cannot be easily forward declared.
 #include "llvm/Support/Casting.h"
-// None.h includes an enumerant that is desired & cannot be forward declared
+// None.h includes an enumerator that is desired & cannot be forward declared
 // without a definition of NoneType.
 #include "llvm/ADT/None.h"