aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-07-14 10:13:16 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-07-14 10:13:16 +0000
commit3b0e4faeaf38e234b8c1209ec92824691503995f (patch)
treec9840816a276836eb19b17c96e34d10b7c96ac90 /kernel
parentec3f6e4c0d5b3f1a1f91cf2a35a818ca9973fc6f (diff)
downloadlibfuse-3b0e4faeaf38e234b8c1209ec92824691503995f.tar.gz
fix
Diffstat (limited to 'kernel')
-rw-r--r--kernel/control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/control.c b/kernel/control.c
index 50e07eb..b17adb3 100644
--- a/kernel/control.c
+++ b/kernel/control.c
@@ -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)
{