diff options
author | Christopher Faylor <me@cgf.cx> | 2002-03-12 03:36:01 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-03-12 03:36:01 +0000 |
commit | 1f77d71b4c3c77c31e7ba6b75b11e345478c61d9 (patch) | |
tree | 103014db139f0ef82a20fb8a3aed52581dbb3468 /winsup/cygwin/include/sys | |
parent | de8af572fd9cf8e7ab6146943d81949881394bec (diff) | |
download | newlib-1f77d71b4c3c77c31e7ba6b75b11e345478c61d9.zip newlib-1f77d71b4c3c77c31e7ba6b75b11e345478c61d9.tar.gz newlib-1f77d71b4c3c77c31e7ba6b75b11e345478c61d9.tar.bz2 |
remove erroneous part of comment
Diffstat (limited to 'winsup/cygwin/include/sys')
-rw-r--r-- | winsup/cygwin/include/sys/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/vfs.h b/winsup/cygwin/include/sys/vfs.h index f0f3eb9..57b6f92 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 */ |