From 423f41a5cb4944ab2cba322fafdf796a8c0d7cde Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Thu, 31 Mar 2011 15:01:24 +0000 Subject: * breakpoint.c (break_range_command): Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/breakpoint.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4da68a0fce..1029fb275c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-03-31 Thiago Jung Bauermann + + * breakpoint.c (break_range_command): Fix typo in comment. + 2011-03-31 Thiago Jung Bauermann Sergio Durigan Junior diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 863198fa53..3b1367bb46 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", -- cgit v1.2.1