From: David van Moolenbroek Date: Sat, 7 Aug 2010 11:50:15 +0000 (+0000) Subject: hgfs comment fix: inode status, not statistics X-Git-Tag: v3.1.8~85 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=46624d640ead041e6c5f4e2f4cc8a8a506461af1;p=minix.git hgfs comment fix: inode status, not statistics --- diff --git a/servers/hgfs/stat.c b/servers/hgfs/stat.c index 2253a11d8..a22b18c0f 100644 --- a/servers/hgfs/stat.c +++ b/servers/hgfs/stat.c @@ -41,7 +41,7 @@ int mode; *===========================================================================*/ PUBLIC int do_stat() { -/* Retrieve inode statistics. +/* Retrieve inode status. */ struct inode *ino; struct hgfs_attr attr;