* c-parser.c (struct c_generic_association): Fix typo.

From-SVN: r201178
This commit is contained in:
Joseph Myers 2013-07-23 21:17:52 +01:00 committed by Joseph Myers
parent 49fba14fe7
commit fb48aadc78
2 changed files with 5 additions and 1 deletions

View 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>

View 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;