From 4d8fe830d59010d6f748fd1c62090c20538c582b Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 21 Feb 2013 06:12:38 +0000 Subject: [PATCH] Correct spelling of 'enumerator'. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/LLVM.h b/include/clang/Basic/LLVM.h index eb47597f11..306c75e57a 100644 --- a/include/clang/Basic/LLVM.h +++ b/include/clang/Basic/LLVM.h @@ -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" -- 2.40.0