]> granicus.if.org Git - clang/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175725 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/LLVM.h

index eb47597f11e2de6c6151e1fe87df383cdf765254..306c75e57a9f75fd22192b7502370edf82d95290 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"