]> granicus.if.org Git - gc/commitdiff
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>
Fri, 15 Dec 2017 17:14:49 +0000 (20:14 +0300)
* doc/README.sgi (4): Fix a typo ("pthread_cond_timedwait").

doc/README.sgi

index 7ed86fee4e113b8e8c7b9fce0b68f5a9a3f67b7b..eceb3454d3f27aec929b85a9958c2f5fc2084706 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.)