diff options
Diffstat (limited to 'gdb/thread-iter.c')
-rw-r--r-- | gdb/thread-iter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread-iter.c b/gdb/thread-iter.c index 7295f48..9fc8c8a 100644 --- a/gdb/thread-iter.c +++ b/gdb/thread-iter.c @@ -88,7 +88,7 @@ all_matching_threads_iterator::all_matching_threads_iterator if (filter_ptid == minus_one_ptid) { /* Iterate on all threads of all inferiors, possibly filtering on - FILTER_TARGET. */ + FILTER_TARGET. */ m_mode = mode::ALL_THREADS; /* Seek the first thread of the first matching inferior. */ |