aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-05-19 10:39:30 +0200
committerMartin Liska <mliska@suse.cz>2020-05-19 11:11:47 +0200
commit53b663f90a88a9e8daeb98bac0b9d20294652d5d (patch)
tree8106c7b69dce55363f21fbfdbf35fa50d517e2a5 /gcc/c/c-parser.c
parent800bcc8c00f3ce940aa174845bb61faca9e85d36 (diff)
downloadgcc-53b663f90a88a9e8daeb98bac0b9d20294652d5d.zip
gcc-53b663f90a88a9e8daeb98bac0b9d20294652d5d.tar.gz
gcc-53b663f90a88a9e8daeb98bac0b9d20294652d5d.tar.bz2
Fix typo in c-parser.c.
gcc/c/ChangeLog: * c-parser.c: Fix typo.
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 5c8502b..5d11e7e 100644
--- a/gcc/c/c-parser.c
+++ b/gcc/c/c-parser.c
@@ -73,7 +73,7 @@ along with GCC; see the file COPYING3. If not see
/* We need to walk over decls with incomplete struct/union/enum types
after parsing the whole translation unit.
In finish_decl(), if the decl is static, has incomplete
- struct/union/enum type, it is appeneded to incomplete_record_decls.
+ struct/union/enum type, it is appended to incomplete_record_decls.
In c_parser_translation_unit(), we iterate over incomplete_record_decls
and report error if any of the decls are still incomplete. */