summaryrefslogtreecommitdiff
path: root/doc/README.sgi
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-05-19 01:52:59 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-05-19 01:54:21 +0300
commit6afeb18117c451fd273b1a9534c0fba0af13ce0a (patch)
treee6f1f9c73b68c119572dd09e1ee78a63698b1ac6 /doc/README.sgi
parentbaf4932161ca6dc32a59d89be52a89517a97d152 (diff)
downloadbdwgc-6afeb18117c451fd273b1a9534c0fba0af13ce0a.tar.gz
Fix various typos in doc/README and .html files
* doc/README.Mac: Fix a typo ("command-line"). * doc/README.amiga: Fix typos ("recommendation", "compiling", "favorably"). * doc/README.cords: Fix a typo ("and"). * doc/README.macros: Fix a typo ("canceled"). * doc/README.sgi: Fix a typo ("related"). * doc/README.solaris2: Fix a typo ("offset"). * doc/leak.html: Fix a typo ("e.g."). * doc/overview.html: Fix a typo ("December"). * doc/porting.html: Fix typos ("not supported yet", "signaled", "not defined yet"). * doc/scale.html: Fix typos ("free", "busy-waiting"). * doc/simple_example.html: Fix a typo ("have not yet"). * tests/test_cpp.cc (main): Fix a typo ("command line") in comment.
Diffstat (limited to 'doc/README.sgi')
-rw-r--r--doc/README.sgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.sgi b/doc/README.sgi
index 98c79011..ac732ddb 100644
--- a/doc/README.sgi
+++ b/doc/README.sgi
@@ -27,7 +27,7 @@ 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
-premature wakeups. (I believe the pthreads and realted standards require this
+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.)