[PATCH] fuse: fix typo
authorMiklos Szeredi <[email protected]>
Sun, 30 Jul 2006 10:04:10 +0000 (03:04 -0700)
committerLinus Torvalds <[email protected]>
Mon, 31 Jul 2006 20:28:43 +0000 (13:28 -0700)
Signed-off-by: Miklos Szeredi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/fuse/control.c

index a3bce3a77253f42504b9770ecdba8e6e3977d946..46fe60b2da23b2eafad38d99b62c8edacba4dd1b 100644 (file)
@@ -105,7 +105,7 @@ static struct dentry *fuse_ctl_add_dentry(struct dentry *parent,
 
 /*
  * Add a connection to the control filesystem (if it exists).  Caller
- * must host fuse_mutex
+ * must hold fuse_mutex
  */
 int fuse_ctl_add_conn(struct fuse_conn *fc)
 {
@@ -139,7 +139,7 @@ int fuse_ctl_add_conn(struct fuse_conn *fc)
 
 /*
  * Remove a connection from the control filesystem (if it exists).
- * Caller must host fuse_mutex
+ * Caller must hold fuse_mutex
  */
 void fuse_ctl_remove_conn(struct fuse_conn *fc)
 {