summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2002-09-12 23:21:43 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2002-09-12 23:21:43 +0000
commitc5988721dda2be19432a875679e356276287324e (patch)
tree384ae04b13973cbd33a43dd0a288a633ad5a9f8c /lib/libc_r
parentec5b24d9ddb7f734b107c13ad28de35498921842 (diff)
remove erroneous comment
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/uthread/uthread_spinlock.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc_r/uthread/uthread_spinlock.c b/lib/libc_r/uthread/uthread_spinlock.c
index 3e99f6e6dff..2c75863f0db 100644
--- a/lib/libc_r/uthread/uthread_spinlock.c
+++ b/lib/libc_r/uthread/uthread_spinlock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_spinlock.c,v 1.11 2001/09/04 22:17:45 fgsch Exp $ */
+/* $OpenBSD: uthread_spinlock.c,v 1.12 2002/09/12 23:21:42 marc Exp $ */
/*
* Copyright (c) 1997 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
@@ -46,8 +46,7 @@ extern char *__progname;
/*
* Lock a location for the running thread. Yield to allow other
* threads to run if this thread is blocked because the lock is
- * not available. Note that this function does not sleep. It
- * assumes that the lock will be available very soon.
+ * not available.
*/
void
_spinlock(spinlock_t *lck)