diff options
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/include/ieeefp.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/locore_c_routines.c | 6 |
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) { |