Fix typo in a function name in README.sgi
authorIvan Maidanski <ivmai@mail.ru>
Thu, 16 Nov 2017 08:20:32 +0000 (11:20 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 16 Nov 2017 08:20:32 +0000 (11:20 +0300)
* doc/README.sgi (4): Fix a typo ("pthread_cond_timedwait").

doc/README.sgi

index ac732dd..e423033 100644 (file)
@@ -26,7 +26,7 @@ will run on other pthreads platforms.  But please tell me if it does.)
 include gc.h.  Gc.h redefines some of the pthread primitives as macros which
 also provide the collector with information it requires.
 
-4) pthread_cond_wait and pthread_cond_timed_wait should be prepared for
+4) pthread_cond_wait and pthread_cond_timedwait should be prepared for
 premature wakeups.  (I believe the pthreads and related standards require this
 anyway.  Irix pthreads often terminate a wait if a signal arrives.
 The garbage collector uses signals to stop threads.)