]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* init.c: Fix type name in comment.
authorIan Lance Taylor <iant@google.com>
Wed, 15 Sep 2010 14:41:31 +0000 (14:41 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 15 Sep 2010 14:41:31 +0000 (14:41 +0000)
From-SVN: r164306

libcpp/ChangeLog
libcpp/init.c

index 5169a11558c6c1276fa3903271aadccc5862882a..6771e1f942d281b6da48626ca5e5571761d8694d 100644 (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
index c5b8c28e34275817a3037ca7a59790efbcc36799..1a0a64f2b5830d53f3f4a8f1e9d9e90b05fa0adf 100644 (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