]> gitweb.factorcode.org Git - factor.git/commitdiff
typo in stat
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 00:05:49 +0000 (19:05 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 00:05:49 +0000 (19:05 -0500)
basis/unix/stat/freebsd/freebsd.factor

index 02f31f3682e34ab176c6ba6dbd36f089f1456e89..aeec5ef7a3f925cd5b2b13d4a7f3f42480b1f0eb 100644 (file)
@@ -9,7 +9,7 @@ STRUCT: stat
     { st_mode mode_t }
     { st_nlink nlink_t }
     { st_uid uid_t }
-    { st_gid git_t }
+    { st_gid gid_t }
     { st_rdev __dev_t }
     { st_atimespec timespec }
     { st_mtimespec timespec }