diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 0f29b7870fb..858ff370103 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -339,7 +339,7 @@ or with constant text in a single argument. it is subsequently output with %*. SUFFIX is terminated by the next space or %. %d marks the argument containing or following the %d as a - temporary file name, so that that file will be deleted if GCC exits + temporary file name, so that file will be deleted if GCC exits successfully. Unlike %g, this contributes no text to the argument. %w marks the argument containing or following the %w as the "output file" of this compilation. This puts the argument @@ -3393,7 +3393,7 @@ driver_unknown_option_callback (const struct cl_decoded_option *decoded) } if (decoded->opt_index == OPT_SPECIAL_unknown) { - /* Give it a chance to define it a a spec file. */ + /* Give it a chance to define it a spec file. */ save_switch (decoded->canonical_option[0], decoded->canonical_option_num_elements - 1, &decoded->canonical_option[1], false, false); @@ -7466,7 +7466,7 @@ driver::maybe_print_and_exit () const { if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) { - /* Append USE_LD to to the default linker. */ + /* Append USE_LD to the default linker. */ #ifdef DEFAULT_LINKER char *ld; # ifdef HAVE_HOST_EXECUTABLE_SUFFIX |