fix typo
From-SVN: r37997
This commit is contained in:
parent
00bb3dad40
commit
ebc7f29371
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue