From d6f86085146dd972f46784defd5eefcf923ec696 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 21 Apr 2001 20:42:42 +0000 Subject: (thread_func): Fix comment as suggested by Jakub Jelinek. (thread_func): Fix comment as suggested by Jakub Jelinek. --- linuxthreads/sysdeps/pthread/timer_routines.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linuxthreads/sysdeps/pthread/timer_routines.c') diff --git a/linuxthreads/sysdeps/pthread/timer_routines.c b/linuxthreads/sysdeps/pthread/timer_routines.c index e2b2be8b0d..85d626b0f4 100644 --- a/linuxthreads/sysdeps/pthread/timer_routines.c +++ b/linuxthreads/sysdeps/pthread/timer_routines.c @@ -438,8 +438,8 @@ thread_func (void *arg) else pthread_cond_wait (&self->cond, &__timer_mutex); } - /* These statements will never be executed since the while loop - loops forever - but we have to add them for proper nesting. */ + /* This macro will never be executed since the while loop loops + forever - but we have to add it for proper nesting. */ pthread_cleanup_pop (1); } -- cgit v1.2.3-70-g09d2