Commit e956b4b7 authored by Matthew Whitworth's avatar Matthew Whitworth Committed by Jiri Kosina

Fix comment spelling errors in ncpfs/inode.c

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent bd06cac8
......@@ -728,8 +728,8 @@ static int ncp_fill_super(struct super_block *sb, void *raw_data, int silent)
out_bdi:
/* 23/12/1998 Marcin Dalecki <dalecki@cs.net.pl>:
*
* The previously used put_filp(ncp_filp); was bogous, since
* it doesn't proper unlocking.
* The previously used put_filp(ncp_filp); was bogus, since
* it doesn't perform proper unlocking.
*/
fput(ncp_filp);
out:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment