diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-07-24 12:18:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-07-24 12:18:59 +0000 |
commit | 5d1a1643c83c0438daf52feeffdc768f754f13a0 (patch) | |
tree | e3982c88b667f90206d9bf31a409029ae55aeadb /sys/arch/mac68k | |
parent | 92924be1ea23e4fe14111cb5a3a44bfae761fd77 (diff) |
One the -> On the
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |