X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-concurrency%2Fgate.lisp;h=c7f8b94d2cead617d5e8b1a6ede5cba764423f7a;hb=54da325f13fb41669869aea688ae195426c0e231;hp=b51c37c2df5fbf4690dd8c3ef3b338131ed2f1dd;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/contrib/sb-concurrency/gate.lisp b/contrib/sb-concurrency/gate.lisp index b51c37c..c7f8b94 100644 --- a/contrib/sb-concurrency/gate.lisp +++ b/contrib/sb-concurrency/gate.lisp @@ -17,7 +17,7 @@ (defstruct (gate (:constructor %make-gate) (:copier nil) (:predicate gatep)) - "GATE type. Gates are syncronization constructs suitable for making + "GATE type. Gates are synchronization constructs suitable for making multiple threads wait for single event before proceeding. Use WAIT-ON-GATE to wait for a gate to open, OPEN-GATE to open one,