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 33df352..d7b0776 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6690,7 +6690,7 @@ make_pointer_declarator (tree type_quals_attrs, tree target) /* A wrapper around lhd_set_decl_assembler_name that gives static variables their C names if they are at file scope and only one translation unit is being compiled, for backwards compatibility - with certain bizzare assembler hacks (like crtstuff.c). */ + with certain bizarre assembler hacks (like crtstuff.c). */ void c_static_assembler_name (tree decl) |