diff options
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r-- | include/fuse_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h index 381149a..3ff14ec 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -48,7 +48,7 @@ extern "C" { * descriptors can share a single file handle. */ struct fuse_file_info { - /** Open flags. Available in open() and release() */ + /** Open flags. Available in open(), release() and create() */ int flags; /** In case of a write operation indicates if this was caused |