Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Fix comment spelling errors in ncpfs/inode.c



Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent bd06cac8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: