summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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*/