From a466241b45d1dd0bf685513bdeefd6448b63beb6 Mon Sep 17 00:00:00 2001
From: Caian Benedicto <2220062+Caian@users.noreply.github.com>
Date: Sat, 28 Oct 2023 09:45:21 -0300
Subject: [PATCH] Update fuse_common.h (#855)

---
 include/fuse_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.30.2