This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[OBVIOUS_PATCH] tid-parse.c tid_is_in_list correct 'See' comment.


Refer to tid-parse.h and tid_is_in_list is explained there.
---
 gdb/ChangeLog   | 4 ++++
 gdb/tid-parse.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e239f201fa..f5448c31d8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/tid-parse.c b/gdb/tid-parse.c
index 8322e58523..2f7f9be5cd 100644
--- a/gdb/tid-parse.c
+++ b/gdb/tid-parse.c
@@ -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,
-- 
2.19.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]