r227313 - Fix typo (count correctly) in include/clang/AST/TypeNodes.def
Hal Finkel
hfinkel at anl.gov
Wed Jan 28 07:11:18 PST 2015
Author: hfinkel
Date: Wed Jan 28 09:11:18 2015
New Revision: 227313
URL: http://llvm.org/viewvc/llvm-project?rev=227313&view=rev
Log:
Fix typo (count correctly) in include/clang/AST/TypeNodes.def
Patch by Mingjie Xing.
Modified:
cfe/trunk/include/clang/AST/TypeNodes.def
Modified: cfe/trunk/include/clang/AST/TypeNodes.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/TypeNodes.def?rev=227313&r1=227312&r2=227313&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/TypeNodes.def (original)
+++ cfe/trunk/include/clang/AST/TypeNodes.def Wed Jan 28 09:11:18 2015
@@ -11,7 +11,7 @@
// enumerated by providing its name (e.g., "Builtin" or "Enum") and
// base class (e.g., "Type" or "TagType"). Depending on where in the
// abstract syntax tree the type will show up, the enumeration uses
-// one of four different macros:
+// one of five different macros:
//
// TYPE(Class, Base) - A type that can show up anywhere in the AST,
// and might be dependent, canonical, or non-canonical. All clients
More information about the cfe-commits
mailing list