diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-21 18:31:07 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 18:31:07 +0000 |
commit | 688010bad0375a275466ac1adb98aff80c0e77ac (patch) | |
tree | a89618804e203ad97b7210fd17da195393f4631f /gcc/genattr.c | |
parent | 1aa95df74202a50ca17f06e738c8fae303450fdd (diff) | |
download | gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.gz |
Fix typos.
2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
* c-common.c: Fix typos.
* c-common.h: Likewise.
From-SVN: r201110
Diffstat (limited to 'gcc/genattr.c')
-rw-r--r-- | gcc/genattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genattr.c b/gcc/genattr.c index cd97c765edc..e16cad9c79a 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -335,7 +335,7 @@ main (int argc, char **argv) printf ("typedef void *state_t;\n\n"); } - /* Special-purpose atributes should be tested with if, not #ifdef. */ + /* Special-purpose attributes should be tested with if, not #ifdef. */ const char * const special_attrs[] = { "length", "enabled", 0 }; for (const char * const *p = special_attrs; *p; p++) { |