From: Hal Finkel Date: Wed, 28 Jan 2015 15:11:18 +0000 (+0000) Subject: Fix typo (count correctly) in include/clang/AST/TypeNodes.def X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af558e01944b114b617468aa804a0abdf9d345db;p=clang Fix typo (count correctly) in include/clang/AST/TypeNodes.def Patch by Mingjie Xing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227313 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/TypeNodes.def b/include/clang/AST/TypeNodes.def index 3b2665bb88..2549f0bf50 100644 --- a/include/clang/AST/TypeNodes.def +++ b/include/clang/AST/TypeNodes.def @@ -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