From fb48aadc7876cd39a7503265aa822706a674e4ed Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 23 Jul 2013 21:17:52 +0100 Subject: * c-parser.c (struct c_generic_association): Fix typo. From-SVN: r201178 --- gcc/c/ChangeLog | 4 ++++ gcc/c/c-parser.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index c7ecff8..e2df48f 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,7 @@ +2013-07-23 Joseph Myers + + * c-parser.c (struct c_generic_association): Fix typo. + 2013-07-23 Tom Tromey Joseph Myers diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index fea153a..b612e29 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -6238,7 +6238,7 @@ struct c_generic_association { /* The location of the starting token of the type. */ location_t type_location; - /* The association's type, or NULL_TREE for 'default'.. */ + /* The association's type, or NULL_TREE for 'default'. */ tree type; /* The association's expression. */ struct c_expr expression; -- cgit v1.1