Update comment of linespec_lexer_lex_keyword.
gdb/ChangeLog * linespec.c (linespec_lexer_lex_keyword): Update comment.
This commit is contained in:
parent
693dca065a
commit
32b40af94e
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-03-23 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* linespec.c (linespec_lexer_lex_keyword): Update comment.
|
||||
|
||||
2015-03-23 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* breakpoint.c (parse_breakpoint_sals): Use
|
||||
|
|
|
@ -414,8 +414,7 @@ linespec_lexer_lex_number (linespec_parser *parser, linespec_token *tokenp)
|
|||
return 1;
|
||||
}
|
||||
|
||||
/* Does P represent one of the keywords? If so, return
|
||||
the keyword. If not, return NULL. */
|
||||
/* See linespec.h. */
|
||||
|
||||
const char *
|
||||
linespec_lexer_lex_keyword (const char *p)
|
||||
|
|
Loading…
Reference in a new issue