Fix typo (count correctly) in include/clang/AST/TypeNodes.def

Patch by Mingjie Xing.

llvm-svn: 227313
This commit is contained in:
Hal Finkel 2015-01-28 15:11:18 +00:00
parent 0ba1940b8d
commit 77366097f4
1 changed files with 1 additions and 1 deletions

View File

@ -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