diff options
Diffstat (limited to 'gdb/linespec.c')
-rw-r--r-- | gdb/linespec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/linespec.c b/gdb/linespec.c index 90c07a2..d2089b5 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) |