From aea86e7b754154ec4eb8b07dbf1293858eb012cc Mon Sep 17 00:00:00 2001 From: flxd Date: Sat, 17 Dec 2016 14:36:29 +0000 Subject: [PATCH] Fix typo "one the" and architecture where appropriate. --- sys/arch/alpha/include/cpu.h | 6 +++--- sys/arch/amiga/include/cpu.h | 6 +++--- sys/arch/arm/arm32/pmap.c | 6 +++--- sys/arch/cesfic/include/cpu.h | 6 +++--- sys/arch/evbcf/include/cpu.h | 6 +++--- sys/arch/hp300/include/cpu.h | 4 ++-- sys/arch/luna68k/include/cpu.h | 6 +++--- sys/arch/mac68k/include/cpu.h | 4 ++-- sys/arch/mvme68k/include/cpu.h | 6 +++--- sys/arch/news68k/include/cpu.h | 6 +++--- sys/arch/next68k/include/cpu.h | 6 +++--- sys/arch/x68k/include/cpu.h | 4 ++-- 12 files changed, 33 insertions(+), 33 deletions(-) diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h index ac152e68013f..29e4521a9c0a 100644 --- a/sys/arch/alpha/include/cpu.h +++ b/sys/arch/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.82 2014/01/22 22:52:04 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.83 2016/12/17 14:36:29 flxd Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -179,7 +179,7 @@ void cpu_pause_resume_all(int); /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the Alpha, we use + * machine state in an opaque clockframe. On the alpha, we use * what we push on an interrupt (a trapframe). */ struct clockframe { @@ -204,7 +204,7 @@ struct clockframe { /* * Give a profiling tick to the current process when the user profiling - * buffer pages are invalid. On the Alpha, request an AST to send us + * buffer pages are invalid. On the alpha, request an AST to send us * through trap, marking the proc as needing a profiling tick. */ #define cpu_need_proftick(l) \ diff --git a/sys/arch/amiga/include/cpu.h b/sys/arch/amiga/include/cpu.h index 433f275df039..29483ccefc92 100644 --- a/sys/arch/amiga/include/cpu.h +++ b/sys/arch/amiga/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.80 2013/10/19 19:20:59 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.81 2016/12/17 14:36:29 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -59,7 +59,7 @@ extern volatile unsigned int interrupt_depth; /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the hp300, we use + * machine state in an opaque clockframe. On the amiga, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe { @@ -85,7 +85,7 @@ struct clockframe { /* * Give a profiling tick to the current process from the softclock - * interrupt. On hp300, request an ast to send us through trap(), + * interrupt. On the amiga, request an ast to send us through trap(), * marking the proc as needing a profiling tick. */ #define profile_tick(l, framep) ((l)->l_pflag |= LP_OWEUPC, setsoftast()) diff --git a/sys/arch/arm/arm32/pmap.c b/sys/arch/arm/arm32/pmap.c index 35912b75f147..7773b4419ab0 100644 --- a/sys/arch/arm/arm32/pmap.c +++ b/sys/arch/arm/arm32/pmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.340 2016/08/04 08:46:06 skrll Exp $ */ +/* $NetBSD: pmap.c,v 1.341 2016/12/17 14:36:29 flxd Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. @@ -217,7 +217,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.340 2016/08/04 08:46:06 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.341 2016/12/17 14:36:29 flxd Exp $"); //#define PMAP_DEBUG #ifdef PMAP_DEBUG @@ -6522,7 +6522,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/cesfic/include/cpu.h b/sys/arch/cesfic/include/cpu.h index cd4cf14f7058..36a104076b3f 100644 --- a/sys/arch/cesfic/include/cpu.h +++ b/sys/arch/cesfic/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.29 2013/10/19 19:20:59 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.30 2016/12/17 14:36:29 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -55,7 +55,7 @@ /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the hp300, we use + * machine state in an opaque clockframe. On the cesfic, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe { @@ -87,7 +87,7 @@ struct clockframe { /* * Give a profiling tick to the current process when the user profiling - * buffer pages are invalid. On the hp300, request an ast to send us + * buffer pages are invalid. On the cesfic, request an ast to send us * through trap, marking the proc as needing a profiling tick. */ #define cpu_need_proftick(l) \ diff --git a/sys/arch/evbcf/include/cpu.h b/sys/arch/evbcf/include/cpu.h index 26ffb2c30b07..eacd72c66106 100644 --- a/sys/arch/evbcf/include/cpu.h +++ b/sys/arch/evbcf/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.2 2014/03/18 18:20:41 riastradh Exp $ */ +/* $NetBSD: cpu.h,v 1.3 2016/12/17 14:36:29 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -59,7 +59,7 @@ /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the mvme68k, we use + * machine state in an opaque clockframe. On the evbcf, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe { @@ -91,7 +91,7 @@ extern volatile unsigned int interrupt_depth; /* * Give a profiling tick to the current process when the user profiling - * buffer pages are invalid. On the hp300, request an ast to send us + * buffer pages are invalid. On the evbcf, request an ast to send us * through trap, marking the proc as needing a profiling tick. */ #define cpu_need_proftick(l) \ diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index e5e53206da2b..fc722a038637 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.68 2013/10/19 19:20:59 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.69 2016/12/17 14:36:29 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -63,7 +63,7 @@ /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the hp300, we use + * machine state in an opaque clockframe. On the hp300, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe { diff --git a/sys/arch/luna68k/include/cpu.h b/sys/arch/luna68k/include/cpu.h index 4b4c21f960f0..ea3f9203ae40 100644 --- a/sys/arch/luna68k/include/cpu.h +++ b/sys/arch/luna68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.32 2013/10/19 19:20:59 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.33 2016/12/17 14:36:29 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -56,7 +56,7 @@ /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the luna68k, we use + * machine state in an opaque clockframe. On the luna68k, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe { @@ -88,7 +88,7 @@ struct clockframe { /* * Give a profiling tick to the current process when the user profiling - * buffer pages are invalid. On the hp300, request an ast to send us + * buffer pages are invalid. On the luna68k, request an ast to send us * through trap, marking the proc as needing a profiling tick. */ #define cpu_need_proftick(l) { (l)->l_pflag |= LP_OWEUPC; aston(); } diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index c907d18c7840..e7d368fc8bae 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.98 2013/10/19 19:20:59 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.99 2016/12/17 14:36:29 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -82,7 +82,7 @@ /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the hp300, we use + * machine state in an opaque clockframe. On the mac68k, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe { diff --git a/sys/arch/mvme68k/include/cpu.h b/sys/arch/mvme68k/include/cpu.h index 8674afe3615d..90732f78a14f 100644 --- a/sys/arch/mvme68k/include/cpu.h +++ b/sys/arch/mvme68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.48 2013/10/19 19:20:59 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.49 2016/12/17 14:36:30 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -59,7 +59,7 @@ /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the mvme68k, we use + * machine state in an opaque clockframe. On the mvme68k, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe { @@ -94,7 +94,7 @@ extern volatile unsigned int interrupt_depth; /* * Give a profiling tick to the current process when the user profiling - * buffer pages are invalid. On the hp300, request an ast to send us + * buffer pages are invalid. On the mvme68k, request an ast to send us * through trap, marking the proc as needing a profiling tick. */ #define cpu_need_proftick(l) \ diff --git a/sys/arch/news68k/include/cpu.h b/sys/arch/news68k/include/cpu.h index f5a9b27fb3c2..6fbdae7f1aa6 100644 --- a/sys/arch/news68k/include/cpu.h +++ b/sys/arch/news68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.42 2013/10/19 19:20:59 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.43 2016/12/17 14:36:30 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -79,7 +79,7 @@ /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the hp300, we use + * machine state in an opaque clockframe. On the news68k, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe { @@ -112,7 +112,7 @@ struct clockframe { /* * Give a profiling tick to the current process when the user profiling - * buffer pages are invalid. On the hp300, request an ast to send us + * buffer pages are invalid. On the news68k, request an ast to send us * through trap, marking the proc as needing a profiling tick. */ #define cpu_need_proftick(l) \ diff --git a/sys/arch/next68k/include/cpu.h b/sys/arch/next68k/include/cpu.h index 492998a54cbc..bc45c27d195c 100644 --- a/sys/arch/next68k/include/cpu.h +++ b/sys/arch/next68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.47 2013/10/19 19:20:59 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.48 2016/12/17 14:36:30 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -64,7 +64,7 @@ /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the hp300, we use + * machine state in an opaque clockframe. On the next68k, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe { @@ -98,7 +98,7 @@ extern volatile unsigned int interrupt_depth; /* * Give a profiling tick to the current process when the user profiling - * buffer pages are invalid. On the sun3, request an ast to send us + * buffer pages are invalid. On the next68k, request an ast to send us * through trap, marking the proc as needing a profiling tick. */ #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, aston()) diff --git a/sys/arch/x68k/include/cpu.h b/sys/arch/x68k/include/cpu.h index 511c639cb476..ac44e69e6dee 100644 --- a/sys/arch/x68k/include/cpu.h +++ b/sys/arch/x68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.58 2014/07/31 14:41:19 isaki Exp $ */ +/* $NetBSD: cpu.h,v 1.59 2016/12/17 14:36:30 flxd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -64,7 +64,7 @@ /* * Arguments to hardclock and gatherstats encapsulate the previous - * machine state in an opaque clockframe. One the x68k, we use + * machine state in an opaque clockframe. On the x68k, we use * what the hardware pushes on an interrupt (frame format 0). */ struct clockframe {