fix typo
authorJason Merrill <jason@gcc.gnu.org>
Mon, 4 Dec 2000 16:36:19 +0000 (11:36 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 4 Dec 2000 16:36:19 +0000 (11:36 -0500)
From-SVN: r37997

gcc/toplev.c

index db9e6f8d1c58bf675ac2ef129a91f8a903ad8d41..e79aec10283200432a576d9b39bc2d7962f694a6 100644 (file)
@@ -2138,7 +2138,7 @@ pop_srcloc ()
   input_file_stack = fs->next;
   free (fs);
   input_file_stack_tick++;
-  /* The initial souce file is never popped.  */
+  /* The initial source file is never popped.  */
   if (!input_file_stack)
     abort ();
   input_filename = input_file_stack->name;