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) _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"