diff options
Diffstat (limited to 'pthreads/pthread_equal.c')
-rw-r--r-- | pthreads/pthread_equal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthreads/pthread_equal.c b/pthreads/pthread_equal.c index f96372edb..5ddd82acb 100644 --- a/pthreads/pthread_equal.c +++ b/pthreads/pthread_equal.c @@ -44,7 +44,7 @@ pthread_equal (pthread_t t1, pthread_t t2) * ------------------------------------------------------ * DOCPUBLIC * This function returns nonzero if t1 and t2 are equal, else - * returns nonzero + * returns zero * * PARAMETERS * t1, |