Update comment of linespec_lexer_lex_keyword.

gdb/ChangeLog

       * linespec.c (linespec_lexer_lex_keyword): Update comment.
This commit is contained in:
Keith Seitz 2015-03-23 13:32:01 -07:00
parent 693dca065a
commit 32b40af94e
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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)