Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Fix typo "one the" and architecture where appropriate.
details: https://anonhg.NetBSD.org/src/rev/0e6aa5de3ab7
branches: trunk
changeset: 349649:0e6aa5de3ab7
user: flxd <flxd%NetBSD.org@localhost>
date: Sat Dec 17 14:36:29 2016 +0000
description:
Fix typo "one the" and architecture where appropriate.
diffstat:
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(-)
diffs (297 lines):
diff -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/alpha/include/cpu.h
--- a/sys/arch/alpha/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/alpha/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 @@
/*
* 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 @@
/*
* 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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/amiga/include/cpu.h
--- a/sys/arch/amiga/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/amiga/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 @@
/*
* 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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sat Dec 17 14:36:29 2016 +0000
@@ -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 <arm/locore.h>
-__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 @@
*
* 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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/cesfic/include/cpu.h
--- a/sys/arch/cesfic/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/cesfic/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 @@
/*
* 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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/evbcf/include/cpu.h
--- a/sys/arch/evbcf/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/evbcf/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 @@
/*
* 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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/hp300/include/cpu.h
--- a/sys/arch/hp300/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/hp300/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/luna68k/include/cpu.h
--- a/sys/arch/luna68k/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/luna68k/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 @@
/*
* 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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/mac68k/include/cpu.h
--- a/sys/arch/mac68k/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/mac68k/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/mvme68k/include/cpu.h
--- a/sys/arch/mvme68k/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/mvme68k/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 @@
/*
* 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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/news68k/include/cpu.h
--- a/sys/arch/news68k/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/news68k/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 @@
/*
* 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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/next68k/include/cpu.h
--- a/sys/arch/next68k/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/next68k/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 @@
/*
* 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 -r ec8d4efeac21 -r 0e6aa5de3ab7 sys/arch/x68k/include/cpu.h
--- a/sys/arch/x68k/include/cpu.h Sat Dec 17 14:27:53 2016 +0000
+++ b/sys/arch/x68k/include/cpu.h Sat Dec 17 14:36:29 2016 +0000
@@ -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 {
Home |
Main Index |
Thread Index |
Old Index