diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-13 10:36:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-13 10:36:04 +0000 |
commit | c0cbe09690926dbe6cf746bca30096d355525fc5 (patch) | |
tree | 2fd46a99288dc258d49c0a1644322f4d1626abf1 /sys/arch | |
parent | 6f6e5d9a51e9e542fe71abbf2ac1b8cea90e5434 (diff) |
map peeing -> mapping
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/amd64/pmap.c | 4 | ||||
-rw-r--r-- | sys/arch/arm/arm/pmap.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/i386/pmap.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/amd64/pmap.c b/sys/arch/amd64/amd64/pmap.c index 7bc5bf1a2b5..ad4f9fc33cd 100644 --- a/sys/arch/amd64/amd64/pmap.c +++ b/sys/arch/amd64/amd64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.18 2007/04/04 17:44:45 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.19 2007/04/13 10:36:00 miod Exp $ */ /* $NetBSD: pmap.c,v 1.3 2003/05/08 18:13:13 thorpej Exp $ */ /* @@ -979,7 +979,7 @@ pmap_init(void) /* * main pv_entry manipulation functions: * pmap_enter_pv: enter a mapping onto a pv_head list - * pmap_remove_pv: remove a mappiing from a pv_head list + * pmap_remove_pv: remove a mapping from a pv_head list * * NOTE: pmap_enter_pv expects to lock the pvh itself * pmap_remove_pv expects the caller to lock the pvh before calling diff --git a/sys/arch/arm/arm/pmap.c b/sys/arch/arm/arm/pmap.c index 77fe39dbd37..5431c09d64e 100644 --- a/sys/arch/arm/arm/pmap.c +++ b/sys/arch/arm/arm/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.10 2007/04/11 12:10:42 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.11 2007/04/13 10:36:03 miod Exp $ */ /* $NetBSD: pmap.c,v 1.147 2004/01/18 13:03:50 scw Exp $ */ /* @@ -673,7 +673,7 @@ do { \ /* * main pv_entry manipulation functions: * pmap_enter_pv: enter a mapping onto a vm_page list - * pmap_remove_pv: remove a mappiing from a vm_page list + * pmap_remove_pv: remove a mapping from a vm_page list * * NOTE: pmap_enter_pv expects to lock the pvh itself * pmap_remove_pv expects te caller to lock the pvh before calling diff --git a/sys/arch/i386/i386/pmap.c b/sys/arch/i386/i386/pmap.c index 36c87ba741c..92407a3d350 100644 --- a/sys/arch/i386/i386/pmap.c +++ b/sys/arch/i386/i386/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.101 2007/04/11 12:10:42 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.102 2007/04/13 10:36:03 miod Exp $ */ /* $NetBSD: pmap.c,v 1.91 2000/06/02 17:46:37 thorpej Exp $ */ /* @@ -1536,7 +1536,7 @@ pmap_free_pvpage(void) /* * main pv_entry manipulation functions: * pmap_enter_pv: enter a mapping onto a pv_head list - * pmap_remove_pv: remove a mappiing from a pv_head list + * pmap_remove_pv: remove a mapping from a pv_head list * * NOTE: pmap_enter_pv expects to lock the pvh itself * pmap_remove_pv expects te caller to lock the pvh before calling |