summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-09-26 21:43:33 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-09-26 21:43:33 +0000
commit759e80db3df46eb4e1e8d02d28f6df859e880ec9 (patch)
tree47ab8629c2d50626b20f78dd90cc281f0c852fa9 /sys/arch/mvme88k
parent5016a6b6ace446af5b40ffc8186a3d5a8af88868 (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/mvme88k')
-rw-r--r--sys/arch/mvme88k/include/ieeefp.h4
-rw-r--r--sys/arch/mvme88k/mvme88k/locore_c_routines.c6
2 files changed, 5 insertions, 5 deletions
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) {