aboutsummaryrefslogtreecommitdiff
path: root/libcpp/init.c
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2010-09-15 14:41:31 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2010-09-15 14:41:31 +0000
commit128465e66d8cd7fe2a402e74c774f8f4a150bb68 (patch)
treef7ea75a118d623860ba24942e8696e6c0a6b32f4 /libcpp/init.c
parentedd2b56ab9ae8828d996a266d8819a0ff9e5d499 (diff)
downloadgcc-128465e66d8cd7fe2a402e74c774f8f4a150bb68.zip
gcc-128465e66d8cd7fe2a402e74c774f8f4a150bb68.tar.gz
gcc-128465e66d8cd7fe2a402e74c774f8f4a150bb68.tar.bz2
* init.c: Fix type name in comment.
From-SVN: r164306
Diffstat (limited to 'libcpp/init.c')
-rw-r--r--libcpp/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/init.c b/libcpp/init.c
index c5b8c28..1a0a64f 100644
--- a/libcpp/init.c
+++ b/libcpp/init.c
@@ -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