From c5988721dda2be19432a875679e356276287324e Mon Sep 17 00:00:00 2001 From: Marco S Hyman Date: Thu, 12 Sep 2002 23:21:43 +0000 Subject: remove erroneous comment --- lib/libc_r/uthread/uthread_spinlock.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libc_r') 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 . * 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) -- cgit v1.2.3