aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include/sys
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-03-12 03:36:01 +0000
committerChristopher Faylor <me@cgf.cx>2002-03-12 03:36:01 +0000
commit1f77d71b4c3c77c31e7ba6b75b11e345478c61d9 (patch)
tree103014db139f0ef82a20fb8a3aed52581dbb3468 /winsup/cygwin/include/sys
parentde8af572fd9cf8e7ab6146943d81949881394bec (diff)
downloadnewlib-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.h2
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 */