From 46624d640ead041e6c5f4e2f4cc8a8a506461af1 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sat, 7 Aug 2010 11:50:15 +0000 Subject: [PATCH] hgfs comment fix: inode status, not statistics --- servers/hgfs/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.44.0