aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-07-23 21:17:52 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2013-07-23 21:17:52 +0100
commitfb48aadc7876cd39a7503265aa822706a674e4ed (patch)
treeacdc4f26cfb0cf7219adb140aa4a8ddcfa15c94a /gcc/c/c-parser.c
parent49fba14fe70860c4751636721344302ae70acaa7 (diff)
downloadgcc-fb48aadc7876cd39a7503265aa822706a674e4ed.zip
gcc-fb48aadc7876cd39a7503265aa822706a674e4ed.tar.gz
gcc-fb48aadc7876cd39a7503265aa822706a674e4ed.tar.bz2
* c-parser.c (struct c_generic_association): Fix typo.
From-SVN: r201178
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;