diff options
Diffstat (limited to 'pthread_equal.c')
-rw-r--r-- | pthread_equal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pthread_equal.c b/pthread_equal.c index 78851b9..b87b3a5 100644 --- a/pthread_equal.c +++ b/pthread_equal.c @@ -43,13 +43,13 @@ pthread_equal (pthread_t t1, pthread_t t2) /* * ------------------------------------------------------ * DOCPUBLIC - * This function returns zero if t1 and t2 are equal, else + * This function returns nonzero if t1 and t2 are equal, else * returns nonzero * * PARAMETERS * t1, * t2 - * references to an instances of thread_t + * thread IDs * * * DESCRIPTION |