diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-26 21:43:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-26 21:43:33 +0000 |
commit | 759e80db3df46eb4e1e8d02d28f6df859e880ec9 (patch) | |
tree | 47ab8629c2d50626b20f78dd90cc281f0c852fa9 /sys/arch | |
parent | 5016a6b6ace446af5b40ffc8186a3d5a8af88868 (diff) |
Typos: defintion -> definition, proccess -> process
There are more occurences hiding in binutils, lynx and afs but I am too
lazy to report them upstream at the moment.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hp300/stand/common/dnkbd.c | 4 | ||||
-rw-r--r-- | sys/arch/m68k/include/cpu.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/ieeefp.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/locore_c_routines.c | 6 | ||||
-rw-r--r-- | sys/arch/vax/qbus/qdreg.h | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/sys/arch/hp300/stand/common/dnkbd.c b/sys/arch/hp300/stand/common/dnkbd.c index b4f2c119a09..4215cca89e6 100644 --- a/sys/arch/hp300/stand/common/dnkbd.c +++ b/sys/arch/hp300/stand/common/dnkbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dnkbd.c,v 1.1 1997/07/14 08:14:12 downsj Exp $ */ +/* $OpenBSD: dnkbd.c,v 1.2 2003/09/26 21:43:28 miod Exp $ */ /* $NetBSD: dnkbd.c,v 1.3 1997/05/12 07:47:03 thorpej Exp $ */ /*- @@ -46,7 +46,7 @@ #include <sys/param.h> #include <hp300/dev/frodoreg.h> /* for apci offsets */ -#include <hp300/dev/dcareg.h> /* for the register bit defintions */ +#include <hp300/dev/dcareg.h> /* for the register bit definitions */ #include <hp300/dev/apcireg.h> /* for the apci registers */ #include "samachdep.h" diff --git a/sys/arch/m68k/include/cpu.h b/sys/arch/m68k/include/cpu.h index eca8317f6d2..f9686dc0dda 100644 --- a/sys/arch/m68k/include/cpu.h +++ b/sys/arch/m68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.10 2003/06/02 23:27:48 millert Exp $ */ +/* $OpenBSD: cpu.h,v 1.11 2003/09/26 21:43:30 miod Exp $ */ /* $NetBSD: cpu.h,v 1.3 1997/02/02 06:56:57 thorpej Exp $ */ /* @@ -60,7 +60,7 @@ * M68K_MMU_HP Machine has an HP MMU. * * Note also that while m68k-generic code conditionalizes on the - * M68K_MMU_HP CPP symbol, none of the HP MMU defintions are in this + * M68K_MMU_HP CPP symbol, none of the HP MMU definitions are in this * file (since none are used in otherwise sharable code). */ diff --git a/sys/arch/mvme88k/include/ieeefp.h b/sys/arch/mvme88k/include/ieeefp.h index 9d7fad08b96..ace84509abc 100644 --- a/sys/arch/mvme88k/include/ieeefp.h +++ b/sys/arch/mvme88k/include/ieeefp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieeefp.h,v 1.2 1999/02/09 06:36:26 smurph Exp $ */ +/* $OpenBSD: ieeefp.h,v 1.3 2003/09/26 21:43:30 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * All rights reserved. @@ -32,7 +32,7 @@ /* * Values for fp_except are selected to match the bits in FPSR (see * m88100 user's manual page 6-33). This file is derived from the - * defintions in the ABI/88k manual and sparc port. + * definitions in the ABI/88k manual and sparc port. * -- Nivas */ diff --git a/sys/arch/mvme88k/mvme88k/locore_c_routines.c b/sys/arch/mvme88k/mvme88k/locore_c_routines.c index 26f55c7cf51..77f3f8e4793 100644 --- a/sys/arch/mvme88k/mvme88k/locore_c_routines.c +++ b/sys/arch/mvme88k/mvme88k/locore_c_routines.c @@ -1,4 +1,4 @@ -/* $OpenBSD: locore_c_routines.c,v 1.32 2003/09/01 22:51:05 miod Exp $ */ +/* $OpenBSD: locore_c_routines.c,v 1.33 2003/09/26 21:43:30 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -446,7 +446,7 @@ unsigned getipl(void) { unsigned curspl; - m88k_psr_type psr; /* proccessor status register */ + m88k_psr_type psr; /* processor status register */ psr = disable_interrupts_return_psr(); switch (brdtyp) { @@ -470,7 +470,7 @@ unsigned setipl(unsigned level) { unsigned curspl; - m88k_psr_type psr; /* proccessor status register */ + m88k_psr_type psr; /* processor status register */ #ifdef DIAGNOSTIC if (level > 7) { diff --git a/sys/arch/vax/qbus/qdreg.h b/sys/arch/vax/qbus/qdreg.h index eca53801287..32141bc415e 100644 --- a/sys/arch/vax/qbus/qdreg.h +++ b/sys/arch/vax/qbus/qdreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: qdreg.h,v 1.2 2003/06/02 23:27:58 millert Exp $ */ +/* $OpenBSD: qdreg.h,v 1.3 2003/09/26 21:43:31 miod Exp $ */ /* $NetBSD: qdreg.h,v 1.1 1998/03/21 10:02:39 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -329,7 +329,7 @@ #define XMT_RDY_B 0x10 #define RCV_RDY_B 0x20 - /* status register bit defintions */ + /* status register bit definitions */ #define RCV_RDY 0x01 #define FIFO_FULL 0x02 |