summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-07-24 12:18:59 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-07-24 12:18:59 +0000
commit5d1a1643c83c0438daf52feeffdc768f754f13a0 (patch)
treee3982c88b667f90206d9bf31a409029ae55aeadb /sys/arch/alpha
parent92924be1ea23e4fe14111cb5a3a44bfae761fd77 (diff)
One the -> On the
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/include/cpu.h4
1 files changed, 2 insertions, 2 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 {