From af9ccb19a43fbfa20fe7c257fb0138072cc94e98 Mon Sep 17 00:00:00 2001 From: marc Date: Thu, 12 Sep 2002 23:21:42 +0000 Subject: remove erroneous comment --- lib/libpthread/uthread/uthread_spinlock.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libpthread/uthread') diff --git a/lib/libpthread/uthread/uthread_spinlock.c b/lib/libpthread/uthread/uthread_spinlock.c index 3e99f6e6dff..2c75863f0db 100644 --- a/lib/libpthread/uthread/uthread_spinlock.c +++ b/lib/libpthread/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-59-g8ed1b