patch-2.1.107 linux/fs/ntfs/dir.c

Next file: linux/fs/ntfs/inode.c
Previous file: linux/fs/ntfs/attr.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/fs/ntfs/dir.c linux/fs/ntfs/dir.c
@@ -419,7 +419,7 @@
 	error=ntfs_getdir_record(walk,nextblock);
 	if(!error && walk->type==DIR_INSERT && 
 	   (walk->u.flags & ITERATE_SPLIT_DONE)){
-		/* split has occured. adjust entry, insert new_entry */
+		/* split has occurred. adjust entry, insert new_entry */
 		NTFS_PUTU32(entry+length-8,walk->newblock);
 		/* reset flags, as the current block might be split again */
 		walk->u.flags &= ~ITERATE_SPLIT_DONE;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov