]> gitweb.factorcode.org Git - factor.git/commitdiff
typo
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 17:00:39 +0000 (12:00 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 17:00:39 +0000 (12:00 -0500)
basis/io/files/info/unix/openbsd/openbsd.factor

index c1a93476866616a44d11a21ba21988ccf60421f5..9c06bd6f217b3ed7b734213e61a6e3db494cedc1 100644 (file)
@@ -48,5 +48,5 @@ M: openbsd statvfs>file-system-info ( file-system-info statvfs -- file-system-in
 M: openbsd file-systems ( -- seq )
     f 0 0 getfsstat dup io-error
     \ statfs <c-type-array>
-    [ dup length 0 getvfsstat io-error ]
+    [ dup length 0 getfsstat io-error ]
     [ [ f_mntonname>> utf8 alien>string file-system-info ] map ] bi ;