diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-02-15 00:05:34 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-15 10:26:38 +0100 |
commit | 8272f4c9c5a46049a66dad5924850de5d1ef2269 (patch) | |
tree | d3420c88ba1a2c04a55cc051664be366b052fba4 /fs/fuse | |
parent | 1752a373c4c567445057f1f51d8558ec8cf5d641 (diff) | |
download | linux-3.10-8272f4c9c5a46049a66dad5924850de5d1ef2269.tar.gz linux-3.10-8272f4c9c5a46049a66dad5924850de5d1ef2269.tar.bz2 linux-3.10-8272f4c9c5a46049a66dad5924850de5d1ef2269.zip |
fuse/cuse: fix comment typo initilaization
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/fuse')
-rw-r--r-- | fs/fuse/cuse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/cuse.c b/fs/fuse/cuse.c index 3e87cce5837..7c39b885f96 100644 --- a/fs/fuse/cuse.c +++ b/fs/fuse/cuse.c @@ -458,7 +458,7 @@ static void cuse_fc_release(struct fuse_conn *fc) * @file: file struct being opened * * Userland CUSE server can create a CUSE device by opening /dev/cuse - * and replying to the initilaization request kernel sends. This + * and replying to the initialization request kernel sends. This * function is responsible for handling CUSE device initialization. * Because the fd opened by this function is used during * initialization, this function only creates cuse_conn and sends |