diff options
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 045a5e4..7f5753dc 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -450,7 +450,7 @@ lhd_expr_size (exp) } /* lang_hooks.decls.final_write_globals: perform final processing on - global variables. */ + global variables. */ void write_global_declarations () { |