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 4a25d42..3c59d09 100644 (file)
@@ -1,5 +1,9 @@
 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
        linespec_lexer_lex_keyword to ascertain if the user specified
        a NULL location.
index 90c07a2..d2089b5 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)