]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/vocabs/refresh/monitor/monitor.factor
Fix comments to be ! not #!.
[factor.git] / basis / vocabs / refresh / monitor / monitor.factor
index 2320fc4a045ea15f087a78d28dd412b4db5b6473..13e1e7beb3feda370af769f0c726f7561400e15a 100644 (file)
@@ -29,8 +29,8 @@ TR: convert-separators "/\\" ".." ;
     chop-vocab-root path>vocab-name vocab-dir>vocab-name ;
 
 : monitor-loop ( monitor -- )
-    #! On OS X, monitors give us the full path, so we chop it
-    #! off if its there.
+    ! On OS X, monitors give us the full path, so we chop it
+    ! off if its there.
     [
         next-change path>> path>vocab
         [ changed-vocab ] [ reset-cache ] bi