summaryrefslogtreecommitdiff
path: root/gcc/c-common.def
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2001-12-17 09:22:50 +0100
committerAndreas Jaeger <aj@gcc.gnu.org>2001-12-17 09:22:50 +0100
commite536cfdf1708ed81a5c96b65cb805e555aeaf290 (patch)
treee0603a942939d7e5f21c31f02b0e9facacb994f9 /gcc/c-common.def
parent540136cbfffa59d8f5ebc8782b149b586ba18243 (diff)
downloadgcc-e536cfdf1708ed81a5c96b65cb805e555aeaf290.tar.gz
* c-common.def: Fix typo in comment.
From-SVN: r48096
Diffstat (limited to 'gcc/c-common.def')
-rw-r--r--gcc/c-common.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-common.def b/gcc/c-common.def
index d9b14be05a9..2f14cf2ceaf 100644
--- a/gcc/c-common.def
+++ b/gcc/c-common.def
@@ -2,7 +2,7 @@
additional tree codes used in the GNU C++ compiler (see tree.def
for the standard codes).
Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998,
- 1999, 2000 Free Software Foundation, Inc.
+ 1999, 2000, 2001 Free Software Foundation, Inc.
Written by Benjamin Chelf <chelf@codesourcery.com>
This file is part of GCC.
@@ -103,7 +103,7 @@ DEFTREECODE (CASE_LABEL, "case_label", 'e', 3)
DEFTREECODE (STMT_EXPR, "stmt_expr", 'e', 1)
/* A COMPOUND_LITERAL_EXPR represents a C99 compound literal. The
- COMPOND_LITERAL_EXPR_DECL_STMT is the a DECL_STMT containing the decl
+ COMPOUND_LITERAL_EXPR_DECL_STMT is the a DECL_STMT containing the decl
for the anonymous object represented by the COMPOUND_LITERAL;
the DECL_INITIAL of that decl is the CONSTRUCTOR that initializes
the compound literal. */