]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update comment of linespec_lexer_lex_keyword.
authorKeith Seitz <keiths@redhat.com>
Mon, 23 Mar 2015 20:32:01 +0000 (13:32 -0700)
committerKeith Seitz <keiths@redhat.com>
Mon, 23 Mar 2015 20:32:01 +0000 (13:32 -0700)
gdb/ChangeLog

       * linespec.c (linespec_lexer_lex_keyword): Update comment.

gdb/ChangeLog
gdb/linespec.c

index 4a25d428e6c4ebf30d0af81087da6369cf74b894..3c59d09308900b48cb8dde6882615736cd3ae26f 100644 (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
index 90c07a2dbf9ff4aeb9f29709fc023c98b0a9171a..d2089b5dd9d1dae7324983e2d537110152b08083 100644 (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)