* breakpoint.c (break_range_command): Fix typo in comment.

This commit is contained in:
Thiago Jung Bauermann 2011-03-31 15:01:24 +00:00
parent c7811365ac
commit 423f41a5cb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>

View 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",