diff options
Diffstat (limited to 'lib/thread.c')
-rw-r--r-- | lib/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.c b/lib/thread.c index b9fd603c..7f8ff5f6 100644 --- a/lib/thread.c +++ b/lib/thread.c @@ -840,7 +840,7 @@ funcname_thread_add_write (struct thread_master *m, * THREAD_TIMER or a THREAD_BACKGROUND thread, then thread->u.qtr points * at the qtimer. * - * AND, conversely, if there is no qtimer, then thread->u.ptr == NULL. + * AND, conversely, if there is no qtimer, then thread->u.qtr == NULL. */ /*------------------------------------------------------------------------------ |