]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo in io.mmap.functor stack effect
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 5 Mar 2009 03:37:49 +0000 (21:37 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 5 Mar 2009 03:37:49 +0000 (21:37 -0600)
basis/io/mmap/functor/functor.factor

index 954d8b43c7bf6edd612d49980748bf58affe58e6..21b3d294c99265d95820f050bd1046e916c874cc 100644 (file)
@@ -22,7 +22,7 @@ WHERE
 : <mapped-A> ( mapped-file -- direct-array )
     T mapped-file>direct <A> ; inline
 
-: with-mapped-A-file ( path length quot -- )
+: with-mapped-A-file ( path quot -- )
     '[ <mapped-A> @ ] with-mapped-file ; inline
 
 ;FUNCTOR