diff options
author | Matthew Whitworth <mwhitworth@gmail.com> | 2010-06-27 14:34:30 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-28 11:56:32 +0200 |
commit | e956b4b7e342c24ca754e0276f4f5fb1e890dfd9 (patch) | |
tree | 695227431d994ea29be3526373cdd461391c4046 /fs/ncpfs | |
parent | bd06cac82c2af96f2e64a0e994e11bfe41b77e8d (diff) | |
download | op-kernel-dev-e956b4b7e342c24ca754e0276f4f5fb1e890dfd9.zip op-kernel-dev-e956b4b7e342c24ca754e0276f4f5fb1e890dfd9.tar.gz |
Fix comment spelling errors in ncpfs/inode.c
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/ncpfs')
-rw-r--r-- | fs/ncpfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ncpfs/inode.c b/fs/ncpfs/inode.c index fa33851..1e634de 100644 --- a/fs/ncpfs/inode.c +++ b/fs/ncpfs/inode.c @@ -728,8 +728,8 @@ out_fput: 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: |