* init.c: Fix type name in comment.

From-SVN: r164306
This commit is contained in:
Ian Lance Taylor 2010-09-15 14:41:31 +00:00 committed by Ian Lance Taylor
parent edd2b56ab9
commit 128465e66d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-09-15 Ian Lance Taylor <iant@google.com>
* init.c: Fix type name in comment.
2010-08-31 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/45457

View File

@ -323,7 +323,7 @@ cpp_destroy (cpp_reader *pfile)
"builtin" macros: these are handled by builtin_macro() in
macro.c. Builtin is somewhat of a misnomer -- the property of
interest is that these macros require special code to compute their
expansions. The value is a "builtin_type" enumerator.
expansions. The value is a "cpp_builtin_type" enumerator.
operator_array holds the C++ named operators. These are keywords
which act as aliases for punctuators. In C++, they cannot be