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/mvme68k/include | |
parent | 92924be1ea23e4fe14111cb5a3a44bfae761fd77 (diff) |
One the -> On the
Diffstat (limited to 'sys/arch/mvme68k/include')
-rw-r--r-- | sys/arch/mvme68k/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |