svn commit: r194908 - head/sys/arm/arm
Olivier Houchard
cognet at FreeBSD.org
Wed Jun 24 21:04:02 UTC 2009
Author: cognet
Date: Wed Jun 24 21:03:59 2009
New Revision: 194908
URL: http://svn.freebsd.org/changeset/base/194908
Log:
Fix typo.
Modified:
head/sys/arm/arm/pmap.c
Modified: head/sys/arm/arm/pmap.c
==============================================================================
--- head/sys/arm/arm/pmap.c Wed Jun 24 21:00:25 2009 (r194907)
+++ head/sys/arm/arm/pmap.c Wed Jun 24 21:03:59 2009 (r194908)
@@ -2947,7 +2947,7 @@ pmap_kenter_user(vm_offset_t va, vm_padd
}
/*
- * remove a page rom the kernel pagetables
+ * remove a page from the kernel pagetables
*/
void
pmap_kremove(vm_offset_t va)
More information about the svn-src-all
mailing list