From 688010bad0375a275466ac1adb98aff80c0e77ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Sun, 21 Jul 2013 18:31:07 +0000 Subject: Fix typos. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2013-07-21 Ondřej Bílka * c-common.c: Fix typos. * c-common.h: Likewise. From-SVN: r201110 --- gcc/genattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/genattr.c') 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++) { -- cgit v1.2.1