diff options
author | 2013-06-09 12:53:42 +0000 | |
---|---|---|
committer | 2013-06-09 12:53:42 +0000 | |
commit | 2c2328472cda8ae7c810011d0202bb147b208462 (patch) | |
tree | 7a267a4394b034c187beeff41c6958538d0597af | |
parent | move fuse sysctl defines up and add _KERNEL. from Sylvestre Gallon (diff) | |
download | wireguard-openbsd-2c2328472cda8ae7c810011d0202bb147b208462.tar.xz wireguard-openbsd-2c2328472cda8ae7c810011d0202bb147b208462.zip |
typo
-rw-r--r-- | sys/arch/arm/arm/pmap.c | 4 | ||||
-rw-r--r-- | sys/arch/arm/arm/pmap7.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/arm/arm/pmap.c b/sys/arch/arm/arm/pmap.c index ae5483e6bca..0f8f0dfeb57 100644 --- a/sys/arch/arm/arm/pmap.c +++ b/sys/arch/arm/arm/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.42 2013/05/18 18:06:05 patrick Exp $ */ +/* $OpenBSD: pmap.c,v 1.43 2013/06/09 12:53:42 miod Exp $ */ /* $NetBSD: pmap.c,v 1.147 2004/01/18 13:03:50 scw Exp $ */ /* @@ -4149,7 +4149,7 @@ pmap_bootstrap_pv_page_free(struct pool *pp, void *v) * * This routine is called after the vm and kmem subsystems have been * initialised. This allows the pmap code to perform any initialisation - * that can only be done one the memory allocation is in place. + * that can only be done once the memory allocation is in place. */ void pmap_postinit(void) diff --git a/sys/arch/arm/arm/pmap7.c b/sys/arch/arm/arm/pmap7.c index 08816295f97..1cc89fd7c14 100644 --- a/sys/arch/arm/arm/pmap7.c +++ b/sys/arch/arm/arm/pmap7.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap7.c,v 1.7 2013/05/22 12:27:44 patrick Exp $ */ +/* $OpenBSD: pmap7.c,v 1.8 2013/06/09 12:53:42 miod Exp $ */ /* $NetBSD: pmap.c,v 1.147 2004/01/18 13:03:50 scw Exp $ */ /* @@ -3060,7 +3060,7 @@ pmap_bootstrap_pv_page_free(struct pool *pp, void *v) * * This routine is called after the vm and kmem subsystems have been * initialised. This allows the pmap code to perform any initialisation - * that can only be done one the memory allocation is in place. + * that can only be done once the memory allocation is in place. */ void pmap_postinit(void) |