Commit f88b51fc by Jason Merrill

typo

From-SVN: r29988
parent 5dff71ed
...@@ -5377,7 +5377,7 @@ main (argc, argv) ...@@ -5377,7 +5377,7 @@ main (argc, argv)
{ {
unsigned lang_processed; unsigned lang_processed;
unsigned indep_processed; unsigned indep_processed;
/* Give the language a chance to decode the option for itself. */ /* Give the language a chance to decode the option for itself. */
lang_processed = lang_decode_option (argc - i, argv + i); lang_processed = lang_decode_option (argc - i, argv + i);
...@@ -5394,7 +5394,7 @@ main (argc, argv) ...@@ -5394,7 +5394,7 @@ main (argc, argv)
i += (lang_processed > indep_processed i += (lang_processed > indep_processed
? lang_processed : indep_processed); ? lang_processed : indep_processed);
else else
/* This option applies to some other language; ignore it. * /* This option applies to some other language; ignore it. */
i++; i++;
} }
...@@ -5520,7 +5520,7 @@ main (argc, argv) ...@@ -5520,7 +5520,7 @@ main (argc, argv)
if (sorrycount) if (sorrycount)
return (FATAL_EXIT_CODE); return (FATAL_EXIT_CODE);
return (SUCCESS_EXIT_CODE); return (SUCCESS_EXIT_CODE);
} }
/* Decode -m switches. */ /* Decode -m switches. */
/* Decode the switch -mNAME. */ /* Decode the switch -mNAME. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment