From 9133b79b4fae126bbcd95dad6f2cac68329c8ff3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Sep 1999 04:54:04 +0000 Subject: Update. 1999-09-27 Andreas Jaeger * resolv/netdb.h: Remove declaration of getnodebyname. It has been renamed to getipnodebyname. Move flags around. 1999-09-27 Andreas Schwab * manual/message.texi (Locating gettext catalog): Fix typos. 1999-09-27 Andreas Jaeger * manual/socket.texi (Out-of-Band Data): Correct example program, rename some variables for clarity. Reported by James Antill , close PR libc/1329. --- linuxthreads/condvar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads') diff --git a/linuxthreads/condvar.c b/linuxthreads/condvar.c index a27b093e05..672ccb1294 100644 --- a/linuxthreads/condvar.c +++ b/linuxthreads/condvar.c @@ -115,7 +115,7 @@ pthread_cond_timedwait_relative(pthread_cond_t *cond, pthread_exit(PTHREAD_CANCELED); } /* If not signaled: also remove ourselves and return an error code, but - only if the timeout has elapsed. If not, jsut continue waiting. */ + only if the timeout has elapsed. If not, just continue waiting. */ if (THREAD_GETMEM(self, p_signal) == 0) { if (retsleep != 0) goto continue_waiting; -- cgit 1.4.1