patch-2.3.20 linux/mm/filemap.c

Next file: linux/mm/vmscan.c
Previous file: linux/kernel/sysctl.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.19/linux/mm/filemap.c linux/mm/filemap.c
@@ -127,7 +127,7 @@
 			goto repeat;
 		}
 		if (page_count(page) != 2)
-			printk("hm, busy page invalidated? (not necesserily a bug)\n");
+			printk("hm, busy page invalidated? (not necessarily a bug)\n");
 		lru_cache_del(page);
 
 		remove_page_from_inode_queue(page);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)