diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-02-14 18:05:34 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-15 04:26:38 -0500 |
commit | 8272f4c9c5a46049a66dad5924850de5d1ef2269 (patch) | |
tree | d3420c88ba1a2c04a55cc051664be366b052fba4 /fs | |
parent | 1752a373c4c567445057f1f51d8558ec8cf5d641 (diff) |
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')
-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 3e87cce5837d..7c39b885f969 100644 --- a/fs/fuse/cuse.c +++ b/fs/fuse/cuse.c | |||
@@ -458,7 +458,7 @@ static void cuse_fc_release(struct fuse_conn *fc) | |||
458 | * @file: file struct being opened | 458 | * @file: file struct being opened |
459 | * | 459 | * |
460 | * Userland CUSE server can create a CUSE device by opening /dev/cuse | 460 | * Userland CUSE server can create a CUSE device by opening /dev/cuse |
461 | * and replying to the initilaization request kernel sends. This | 461 | * and replying to the initialization request kernel sends. This |
462 | * function is responsible for handling CUSE device initialization. | 462 | * function is responsible for handling CUSE device initialization. |
463 | * Because the fd opened by this function is used during | 463 | * Because the fd opened by this function is used during |
464 | * initialization, this function only creates cuse_conn and sends | 464 | * initialization, this function only creates cuse_conn and sends |