aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/TypeNodes.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/TypeNodes.def')
-rw-r--r--include/clang/AST/TypeNodes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/TypeNodes.def b/include/clang/AST/TypeNodes.def
index 3b2665bb88e0..2549f0bf50c5 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