diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-01-16 21:47:13 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-01-16 21:47:13 +0000 |
commit | 41a418e471053559e604e5e189a82d9e3e54a8a3 (patch) | |
tree | 3b7a43b549d6391b4ecf817f471ee8ef959fd359 /lib/libc_r | |
parent | 17bf1617e543631acae3f86f3505dcb9431d01d6 (diff) |
typo in comment, change -> chance
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(); |