summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-09-25 12:38:55 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-09-25 12:38:55 +0000
commitaae428f949972193f49fbf38a02696eb0d45cb20 (patch)
tree9560eeb71eac001cc12ec143417b4b91678ccb79 /gdb/symtab.c
parent015496ffbd632b75741fa5df4e9310a790d1eea7 (diff)
downloadgdb-aae428f949972193f49fbf38a02696eb0d45cb20.tar.gz
Fix typo in skip_prologue_sal's comment.
gdb/ChangeLog: * symtab.c (skip_prologue_sal): Fix typo in comment.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r--gdb/symtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c
index 183e1157124..cbfe4d07af2 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -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;