* c-parser.c (struct c_generic_association): Fix typo.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 23 Jul 2013 20:17:52 +0000 (21:17 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 23 Jul 2013 20:17:52 +0000 (21:17 +0100)
From-SVN: r201178

gcc/c/ChangeLog
gcc/c/c-parser.c

index c7ecff8bdae9eca74501af8d1fd5032fbbdeef45..e2df48f93eae791c9220a2a19605ee2346919a80 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-23  Joseph Myers  <joseph@codesourcery.com>
+
+       * c-parser.c (struct c_generic_association): Fix typo.
+
 2013-07-23  Tom Tromey  <tromey@redhat.com>
            Joseph Myers  <joseph@codesourcery.com>
 
index fea153a380856925b7c4f0753a6a4f753843f3f6..b612e29c852f9848551669471d154a3c0aa322e3 100644 (file)
@@ -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;