]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/windows/windows.factor
Fix comments to be ! not #!.
[factor.git] / basis / io / files / windows / windows.factor
index cb7e92ce631b2bb65656fc411db8d4a946da70b7..222f96ac310849b49bce64f31225f31bb9b90f1c 100755 (executable)
@@ -253,7 +253,7 @@ M: windows init-stdio
     f CreateFileW dup win32-error=0/f <win32-file> ;
 
 : maybe-create-file ( path -- win32-file ? )
-    #! return true if file was just created
+    ! return true if file was just created
     flags{ GENERIC_READ GENERIC_WRITE }
     share-mode
     f