diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 10e4270..e359694 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -5247,7 +5247,7 @@ parmlist_tags_warning () IDENTIFIER_POINTER (TREE_PURPOSE (elt))); else { - /* For translation these need to be seperate warnings */ + /* For translation these need to be separate warnings */ if (code == RECORD_TYPE) warning ("anonymous struct declared inside parameter list"); else if (code == UNION_TYPE) |