aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-03-23 09:24:23 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-03-23 09:24:23 -0700
commit4600e52e831d05e31fc54e666ff729bcab054017 (patch)
treee2c804364ea0fc07a972d94d256a661e16afd4b4
parentfeed2061ceb2b96b99871338e1a17de35578f24b (diff)
parent3091dd06ee5240c9332432e644e9637c77fea700 (diff)
downloadlibfuse-4600e52e831d05e31fc54e666ff729bcab054017.tar.gz
Merge pull request #24 from jblumsch/doc-statfs-frsize
doc fix: The f_frsize field is not ignored by the statfs operation
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index e16104c..05dd240 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -222,7 +222,7 @@ struct fuse_operations {
/** Get file system statistics
*
- * The 'f_frsize', 'f_favail', 'f_fsid' and 'f_flag' fields are ignored
+ * The 'f_favail', 'f_fsid' and 'f_flag' fields are ignored
*
* Replaced 'struct statfs' parameter with 'struct statvfs' in
* version 2.5