diff options
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/TEST/test_cancel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/TEST/test_cancel.c b/lib/libc_r/TEST/test_cancel.c index 570ea90e1ad..817a16de2c1 100644 --- a/lib/libc_r/TEST/test_cancel.c +++ b/lib/libc_r/TEST/test_cancel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: test_cancel.c,v 1.3 1999/05/26 00:08:02 d Exp $ */ +/* $OpenBSD: test_cancel.c,v 1.4 2001/01/16 21:47:12 brad Exp $ */ /* David Leonard <d@openbsd.org>, 1999. Public Domain. */ #include <pthread.h> @@ -159,7 +159,7 @@ main() CHECKr(pthread_cancel(child1)); p(); - /* Give thread 2 a change to go through its deferred loop once */ + /* Give thread 2 a chance to go through its deferred loop once */ sleep(2); CHECKr(pthread_cancel(child2)); p(); |