]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/time/time.factor
Fix comments to be ! not #!.
[factor.git] / basis / windows / time / time.factor
index 79c404fc2df6e65189240bd62b45054ef8c55299..dea0e7de4001e7d32b27afc3f2fe2cc3988cd1a1 100644 (file)
@@ -21,7 +21,7 @@ IN: windows.time
     FILETIME>windows-time ;
 
 : timestamp>windows-time ( timestamp -- n )
-    #! 64bit number representing # of nanoseconds since Jan 1, 1601 (UTC)
+    ! 64bit number representing # of nanoseconds since Jan 1, 1601 (UTC)
     >gmt windows-1601 (time-) 10,000,000 * >integer ;
 
 : windows-time>FILETIME ( n -- FILETIME )