summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/include/cpu.h4
-rw-r--r--sys/arch/hp300/include/cpu.h4
-rw-r--r--sys/arch/mac68k/include/cpu.h4
-rw-r--r--sys/arch/mvme68k/include/cpu.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h
index 119470b8582..7342a22ef13 100644
--- a/sys/arch/alpha/include/cpu.h
+++ b/sys/arch/alpha/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.39 2009/11/07 23:01:38 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.40 2010/07/24 12:18:55 miod Exp $ */
/* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */
/*-
@@ -254,7 +254,7 @@ extern struct cpu_info cpu_info_store;
/*
* 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 {
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h
index b5d086daec4..abe27cf610a 100644
--- a/sys/arch/hp300/include/cpu.h
+++ b/sys/arch/hp300/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.37 2009/03/26 17:24:33 oga Exp $ */
+/* $OpenBSD: cpu.h,v 1.38 2010/07/24 12:18:58 miod Exp $ */
/* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */
/*
@@ -60,7 +60,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/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h
index b16631c9e7d..b4620750bff 100644
--- a/sys/arch/mac68k/include/cpu.h
+++ b/sys/arch/mac68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.48 2009/03/26 17:24:33 oga Exp $ */
+/* $OpenBSD: cpu.h,v 1.49 2010/07/24 12:18:58 miod Exp $ */
/* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */
/*
@@ -80,7 +80,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 m68k, 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 bed8a239d0f..492c7898cae 100644
--- a/sys/arch/mvme68k/include/cpu.h
+++ b/sys/arch/mvme68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.32 2009/03/26 17:24:33 oga Exp $ */
+/* $OpenBSD: cpu.h,v 1.33 2010/07/24 12:18:58 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -83,7 +83,7 @@
/*
* Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe. One the m68k, we use
+ * machine state in an opaque clockframe. On the m68k, we use
* what the hardware pushes on an interrupt (frame format 0).
*/
struct clockframe {