* completer.c (location_completer): Fix typo in comment.
This commit is contained in:
parent
5a2dc60a6a
commit
59be2b6abc
@ -1,3 +1,7 @@
|
||||
2013-02-05 Doug Evans <dje@google.com>
|
||||
|
||||
* completer.c (location_completer): Fix typo in comment.
|
||||
|
||||
2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* breakpoint.c (add_location_to_breakpoint): Insert the location with
|
||||
|
@ -199,7 +199,7 @@ location_completer (struct cmd_list_element *ignore,
|
||||
char *orig_text = text;
|
||||
size_t text_len;
|
||||
|
||||
/* Do we have an unquoted colon, as in "break foo.c::bar"? */
|
||||
/* Do we have an unquoted colon, as in "break foo.c:bar"? */
|
||||
for (p = text; *p != '\0'; ++p)
|
||||
{
|
||||
if (*p == '\\' && p[1] == '\'')
|
||||
|
Loading…
x
Reference in New Issue
Block a user