OSDN Git Service

remove erroneous part of comment
authorcgf <cgf>
Tue, 12 Mar 2002 03:36:01 +0000 (03:36 +0000)
committercgf <cgf>
Tue, 12 Mar 2002 03:36:01 +0000 (03:36 +0000)
winsup/cygwin/include/sys/vfs.h

index f0f3eb9..57b6f92 100644 (file)
@@ -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 */