tid-parse.c tid_is_in_list correct 'See' comment.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 3 Oct 2018 20:27:52 +0000 (22:27 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 3 Oct 2018 20:34:33 +0000 (22:34 +0200)
Refer to tid-parse.h and tid_is_in_list is explained there.

gdb/ChangeLog
gdb/tid-parse.c

index e239f201fada6ad27a71fcdd6daefc6fc827650b..f5448c31d8025b245ae6de0afd60b83d2e1f2c51 100644 (file)
@@ -1,3 +1,7 @@
+2018-10-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * tid-parse.c (tid_is_in_list): Fix wrong 'See' comment.
+
 2018-10-02  Tom Tromey  <tom@tromey.com>
 
        * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest.
index 8322e58523a94b3a6b1578c168d085344538326d..2f7f9be5cdb429359e40daf462fb6e8b009bc2af 100644 (file)
@@ -301,7 +301,7 @@ tid_range_parser::in_star_range () const
   return m_state == STATE_STAR_RANGE;
 }
 
-/* See gdbthread.h.  */
+/* See tid-parse.h.  */
 
 int
 tid_is_in_list (const char *list, int default_inferior,
This page took 0.031387 seconds and 4 git commands to generate.