aboutsummaryrefslogtreecommitdiff
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index b2c413b..66396da 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -241,8 +241,8 @@ struct fuse_req {
/**
* A Fuse connection.
*
- * This structure is created, when the client device is opened, and is
- * destroyed, when the client device is closed _and_ the filesystem is
+ * This structure is created, when the filesystem is mounted, and is
+ * destroyed, when the client device is closed and the filesystem is
* unmounted.
*/
struct fuse_conn {