From f88b51fc392c185320a49205b95e6bb8e17081f2 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 14 Oct 1999 18:35:27 -0400 Subject: [PATCH] typo From-SVN: r29988 --- gcc/toplev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index d37150d..2f40f12 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -5377,7 +5377,7 @@ main (argc, argv) { unsigned lang_processed; unsigned indep_processed; - + /* Give the language a chance to decode the option for itself. */ lang_processed = lang_decode_option (argc - i, argv + i); @@ -5394,7 +5394,7 @@ main (argc, argv) i += (lang_processed > indep_processed ? lang_processed : indep_processed); else - /* This option applies to some other language; ignore it. * + /* This option applies to some other language; ignore it. */ i++; } @@ -5520,7 +5520,7 @@ main (argc, argv) if (sorrycount) return (FATAL_EXIT_CODE); return (SUCCESS_EXIT_CODE); -} + } /* Decode -m switches. */ /* Decode the switch -mNAME. */ -- 2.7.4