]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in skip_prologue_sal's comment.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 25 Sep 2012 12:38:56 +0000 (12:38 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 25 Sep 2012 12:38:56 +0000 (12:38 +0000)
gdb/ChangeLog:

        * symtab.c (skip_prologue_sal): Fix typo in comment.

gdb/ChangeLog
gdb/symtab.c

index 905d2bddc41bbe5711a7c42b56c08e5a7a7495ed..83c3171acf80b57524331d261afe4b3afd25e8b6 100644 (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.
index 183e115712437e6ac6f68ce4a9b8ec5c85c95074..cbfe4d07af2a714520d329cd13922315d811b667 100644 (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;