]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/monitors/recursive/recursive.factor
Fix comments to be ! not #!.
[factor.git] / basis / io / monitors / recursive / recursive.factor
index b0c86a215f76aa016ac48695a51aa6f467abfe25..cede5d52e713f3d5d2289b797c8ef3fb12cc8403 100755 (executable)
@@ -19,7 +19,7 @@ DEFER: add-child-monitor
     monitor tget path>> prepend-path ;
 
 : add-child-monitors ( path -- )
-    #! We yield since this directory scan might take a while.
+    ! We yield since this directory scan might take a while.
     dup [
         [ append-path ] with map
         [ add-child-monitor ] each yield