* breakpoint.c (break_range_command): Fix typo in comment.
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Thu, 31 Mar 2011 15:01:24 +0000 (15:01 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Thu, 31 Mar 2011 15:01:24 +0000 (15:01 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index 4da68a0..1029fb2 100644 (file)
@@ -1,4 +1,8 @@
 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * breakpoint.c (break_range_command): Fix typo in comment.
+
+2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
            Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
 
        Implement support for PowerPC BookE ranged breakpoints.
index 863198f..3b1367b 100644 (file)
@@ -8594,7 +8594,7 @@ break_range_command (char *arg, int from_tty)
   init_linespec_result (&canonical_end);
   arg_start = arg;
 
-  /* We call decode_line_n1 directly here instead of using
+  /* We call decode_line_1 directly here instead of using
      parse_breakpoint_sals because we need to specify the start location's
      symtab and line as the default symtab and line for the end of the
      range.  This makes it possible to have ranges like "foo.c:27, +14",