Browse Source

Fix comment spelling errors in ncpfs/inode.c

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Matthew Whitworth 15 năm trước cách đây
mục cha
commit
e956b4b7e3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      fs/ncpfs/inode.c

+ 2 - 2
fs/ncpfs/inode.c

@@ -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: