From e3887b1a1511d97a749294c5787c6ab62d4abe1d Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 10 Jan 2005 12:53:10 +0000 Subject: [PATCH] cleanup --- kernel/fuse_i.h | 4 ++-- 1 file 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 { -- 2.30.2