mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-11 07:49:37 +08:00
fix typo
From-SVN: r37997
This commit is contained in:
parent
00bb3dad40
commit
ebc7f29371
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user