]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/conditions/conditions.factor
Fix comments to be ! not #!.
[factor.git] / basis / concurrency / conditions / conditions.factor
index 48a685efda4074b2c86bd7032c5edaac15de243e..f41303d4edb6d37235d787e04e6b7ced95c5bbef 100644 (file)
@@ -10,8 +10,8 @@ IN: concurrency.conditions
     [ resume-now ] slurp-deque ; inline
 
 : queue-timeout ( queue timeout -- timer )
-    #! Add an timer which removes the current thread from the
-    #! queue, and resumes it, passing it a value of t.
+    ! Add an timer which removes the current thread from the
+    ! queue, and resumes it, passing it a value of t.
     [
         [ self swap push-front* ] keep '[
             _ _