diff options
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r-- | gcc/c-opts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c index d2abeb527b6..128c83a3f36 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -1097,7 +1097,7 @@ c_common_parse_file (int set_yydebug) c_parse_file (); finish_file (); pop_file_scope (); - /* And end the main input file. */ + /* And end the main input file. */ (*debug_hooks->end_source_file) (0); if (++i >= num_in_fnames) break; @@ -1229,7 +1229,7 @@ sanitize_cpp_opts (void) /* Disable -dD, -dN and -dI if normal output is suppressed. Allow -dM since at least glibc relies on -M -dM to work. */ - /* Also, flag_no_output implies flag_no_line_commands, always. */ + /* Also, flag_no_output implies flag_no_line_commands, always. */ if (flag_no_output) { if (flag_dump_macros != 'M') |