Update fuse_common.h (#855)
authorCaian Benedicto <2220062+Caian@users.noreply.github.com>
Sat, 28 Oct 2023 12:45:21 +0000 (09:45 -0300)
committerGitHub <noreply@github.com>
Sat, 28 Oct 2023 12:45:21 +0000 (13:45 +0100)
include/fuse_common.h

index 381149a656c324ead4e10d9172d3acbcddfbbb66..3ff14ec90c46b9085caf32f2738e861f5bf9bdfc 100644 (file)
@@ -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