aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2011-03-31 15:01:24 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2011-03-31 15:01:24 +0000
commit423f41a5cb4944ab2cba322fafdf796a8c0d7cde (patch)
tree800d87e308ac9272fd9e4fde022febc973ad7fef /gdb/breakpoint.c
parentc7811365acc5e2103098bbe734c77befcee30010 (diff)
downloadgdb-423f41a5cb4944ab2cba322fafdf796a8c0d7cde.zip
gdb-423f41a5cb4944ab2cba322fafdf796a8c0d7cde.tar.gz
gdb-423f41a5cb4944ab2cba322fafdf796a8c0d7cde.tar.bz2
* breakpoint.c (break_range_command): Fix typo in comment.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 863198f..3b1367b 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -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",