From 1f77d71b4c3c77c31e7ba6b75b11e345478c61d9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 12 Mar 2002 03:36:01 +0000 Subject: [PATCH] remove erroneous part of comment --- winsup/cygwin/include/sys/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/include/sys/vfs.h b/winsup/cygwin/include/sys/vfs.h index f0f3eb96c..57b6f9232 100644 --- a/winsup/cygwin/include/sys/vfs.h +++ b/winsup/cygwin/include/sys/vfs.h @@ -12,7 +12,7 @@ details. */ #define _SYS_VFS_H_ struct statfs { - long f_type; /* type of filesystem (see below) */ + long f_type; /* type of filesystem */ long f_bsize; /* optimal transfer block size */ long f_blocks; /* total data blocks in file system */ long f_bfree; /* free blocks in fs */