tid-parse.c tid_is_in_list correct 'See' comment.

Refer to tid-parse.h and tid_is_in_list is explained there.
This commit is contained in:
Philippe Waroquiers 2018-10-03 22:27:52 +02:00
parent 1887ae7304
commit 34c0fc000f
2 changed files with 5 additions and 1 deletions

View 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.

View 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,