aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2009-11-02 10:17:24 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2009-11-02 10:17:24 +0000
commite61b775a5ae3ac4c3d4b6edb9a4401d39d288cb5 (patch)
treed5a7e7216e2c7dbef3f0aa29898e4a6a47e1deb0 /include
parent003bbc6ad300643fe6947d8e2db119ad8050e44f (diff)
downloadandroid_external_fuse-e61b775a5ae3ac4c3d4b6edb9a4401d39d288cb5.tar.gz
android_external_fuse-e61b775a5ae3ac4c3d4b6edb9a4401d39d288cb5.tar.bz2
android_external_fuse-e61b775a5ae3ac4c3d4b6edb9a4401d39d288cb5.zip
Doc fix
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 291d1b7..c263f6f 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -66,7 +66,7 @@ struct fuse_file_info {
unsigned int flush : 1;
/** Can be filled in by open, to indicate that the file is not
- seekable. Introduced in version 2.9 */
+ seekable. Introduced in version 2.8 */
unsigned int nonseekable : 1;
/** Padding. Do not use*/