Fix typo in skip_prologue_sal's comment.

gdb/ChangeLog:

        * symtab.c (skip_prologue_sal): Fix typo in comment.
This commit is contained in:
Joel Brobecker 2012-09-25 12:38:56 +00:00
parent 11dba07abb
commit a4b411d69d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-09-25 Joel Brobecker <brobecker@adacore.com>
* symtab.c (skip_prologue_sal): Fix typo in comment.
2012-09-25 Joel Brobecker <brobecker@adacore.com>
* linespec.c (create_sals_line_offset): Fix typo in comment.

View File

@ -2810,7 +2810,7 @@ skip_prologue_sal (struct symtab_and_line *sal)
struct block *b, *function_block;
int force_skip, skip;
/* Do not change the SAL is PC was specified explicitly. */
/* Do not change the SAL if PC was specified explicitly. */
if (sal->explicit_pc)
return;