r175725 - Correct spelling of 'enumerator'.

David Blaikie dblaikie at gmail.com
Wed Feb 20 22:12:38 PST 2013


Author: dblaikie
Date: Thu Feb 21 00:12:38 2013
New Revision: 175725

URL: http://llvm.org/viewvc/llvm-project?rev=175725&view=rev
Log:
Correct spelling of 'enumerator'.

Post commit code review feedback to r175705 from Jordan Rose.

Modified:
    cfe/trunk/include/clang/Basic/LLVM.h

Modified: cfe/trunk/include/clang/Basic/LLVM.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/LLVM.h?rev=175725&r1=175724&r2=175725&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/LLVM.h (original)
+++ cfe/trunk/include/clang/Basic/LLVM.h Thu Feb 21 00:12:38 2013
@@ -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"
 





More information about the cfe-commits mailing list