diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-08-01 04:02:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-08-01 04:02:26 +0000 |
commit | 13a44ee0e26699b3ed255086e7fb7890001d2706 (patch) | |
tree | 904765faf29431ff04386d4af6b130fa53713cab /gcc/cp/decl.c | |
parent | 569b7f6adb641fe57a10c76514bf670f5f479648 (diff) | |
download | gcc-13a44ee0e26699b3ed255086e7fb7890001d2706.zip gcc-13a44ee0e26699b3ed255086e7fb7890001d2706.tar.gz gcc-13a44ee0e26699b3ed255086e7fb7890001d2706.tar.bz2 |
class.c, [...]: Fix comment typos.
* class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
Fix comment typos.
From-SVN: r102621
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index ddcab2e..99a1830 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -2830,7 +2830,7 @@ record_unknown_type (tree type, const char* name) TYPE_MODE (type) = TYPE_MODE (void_type_node); } -/* An string for which we should create an IDENTIFIER_NODE at +/* A string for which we should create an IDENTIFIER_NODE at startup. */ typedef struct predefined_identifier |