summaryrefslogtreecommitdiff
path: root/gcc/genattr.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 18:31:07 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 18:31:07 +0000
commita04e8d6277eaccdf1255f9d285c15be111659d81 (patch)
treea89618804e203ad97b7210fd17da195393f4631f /gcc/genattr.c
parent75de4aa2388b611eccdaac5526121fd3a034cab3 (diff)
downloadgcc-a04e8d6277eaccdf1255f9d285c15be111659d81.tar.gz
Fix typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * c-common.c: Fix typos. * c-common.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattr.c')
-rw-r--r--gcc/genattr.c2
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++)
{