From: Jesper Juhl <juhl-lkml@dif.dk>

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/asm-um/pgtable.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/asm-um/pgtable.h~fixup-a-comment-still-refering-to-verify_area include/asm-um/pgtable.h
--- 25/include/asm-um/pgtable.h~fixup-a-comment-still-refering-to-verify_area	2005-03-16 21:43:13.000000000 -0800
+++ 25-akpm/include/asm-um/pgtable.h	2005-03-16 21:43:13.000000000 -0800
@@ -106,7 +106,7 @@ extern unsigned long end_iomem;
 /*
  * Define this if things work differently on an i386 and an i486:
  * it will (on an i486) warn about kernel memory accesses that are
- * done without a 'verify_area(VERIFY_WRITE,..)'
+ * done without a 'access_ok(VERIFY_WRITE,..)'
  */
 #undef TEST_VERIFY_AREA
 
_