Commit ebc7f293 by Jason Merrill

fix typo

From-SVN: r37997
parent 00bb3dad
...@@ -2138,7 +2138,7 @@ pop_srcloc () ...@@ -2138,7 +2138,7 @@ pop_srcloc ()
input_file_stack = fs->next; input_file_stack = fs->next;
free (fs); free (fs);
input_file_stack_tick++; input_file_stack_tick++;
/* The initial souce file is never popped. */ /* The initial source file is never popped. */
if (!input_file_stack) if (!input_file_stack)
abort (); abort ();
input_filename = input_file_stack->name; input_filename = input_file_stack->name;
......
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