From: Keith Seitz Date: Mon, 23 Mar 2015 20:32:01 +0000 (-0700) Subject: Update comment of linespec_lexer_lex_keyword. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=32b40af94e919e235c21486110311647cbeecf2e;p=deliverable%2Fbinutils-gdb.git Update comment of linespec_lexer_lex_keyword. gdb/ChangeLog * linespec.c (linespec_lexer_lex_keyword): Update comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4a25d428e6..3c59d09308 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-03-23 Keith Seitz + + * linespec.c (linespec_lexer_lex_keyword): Update comment. + 2015-03-23 Keith Seitz * breakpoint.c (parse_breakpoint_sals): Use diff --git a/gdb/linespec.c b/gdb/linespec.c index 90c07a2dbf..d2089b5dd9 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -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)