aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/c-parser.c')
-rw-r--r--gcc/c/c-parser.c2
1 files changed, 1 insertions, 1 deletions
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;