Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Spell "exception" properly.
details: https://anonhg.NetBSD.org/src/rev/345375fe3eb6
branches: trunk
changeset: 752496:345375fe3eb6
user: snj <snj%NetBSD.org@localhost>
date: Sat Feb 27 22:12:31 2010 +0000
description:
Spell "exception" properly.
diffstat:
sys/arch/evbppc/ev64260/ev64260_locore.S | 4 ++--
sys/arch/evbppc/pmppc/pmppc_locore.S | 4 ++--
sys/arch/m68k/fpsp/gen_except.sa | 4 ++--
sys/arch/mips/include/cpuregs.h | 4 ++--
sys/arch/sandpoint/sandpoint/locore.S | 4 ++--
sys/arch/vax/include/userret.h | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diffs (108 lines):
diff -r 272e473ae812 -r 345375fe3eb6 sys/arch/evbppc/ev64260/ev64260_locore.S
--- a/sys/arch/evbppc/ev64260/ev64260_locore.S Sat Feb 27 22:04:37 2010 +0000
+++ b/sys/arch/evbppc/ev64260/ev64260_locore.S Sat Feb 27 22:12:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ev64260_locore.S,v 1.13 2010/02/25 23:33:44 matt Exp $ */
+/* $NetBSD: ev64260_locore.S,v 1.14 2010/02/27 22:12:31 snj Exp $ */
/* $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $ */
/*
@@ -289,7 +289,7 @@
#include <powerpc/powerpc/locore_subr.S>
/*
- * Include common trap / execption code
+ * Include common trap / exception code
*/
#include <powerpc/powerpc/trap_subr.S>
diff -r 272e473ae812 -r 345375fe3eb6 sys/arch/evbppc/pmppc/pmppc_locore.S
--- a/sys/arch/evbppc/pmppc/pmppc_locore.S Sat Feb 27 22:04:37 2010 +0000
+++ b/sys/arch/evbppc/pmppc/pmppc_locore.S Sat Feb 27 22:12:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmppc_locore.S,v 1.5 2010/02/25 23:33:44 matt Exp $ */
+/* $NetBSD: pmppc_locore.S,v 1.6 2010/02/27 22:12:31 snj Exp $ */
/* $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $ */
/*
@@ -143,7 +143,7 @@
#include <powerpc/powerpc/locore_subr.S>
/*
- * Include common trap / execption code
+ * Include common trap / exception code
*/
#include <powerpc/powerpc/trap_subr.S>
diff -r 272e473ae812 -r 345375fe3eb6 sys/arch/m68k/fpsp/gen_except.sa
--- a/sys/arch/m68k/fpsp/gen_except.sa Sat Feb 27 22:04:37 2010 +0000
+++ b/sys/arch/m68k/fpsp/gen_except.sa Sat Feb 27 22:12:31 2010 +0000
@@ -1,4 +1,4 @@
-* $NetBSD: gen_except.sa,v 1.3 1994/10/26 07:49:07 cgd Exp $
+* $NetBSD: gen_except.sa,v 1.4 2010/02/27 22:12:32 snj Exp $
* MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
* M68000 Hi-Performance Microprocessor Division
@@ -321,7 +321,7 @@
move.b #BUSY_SIZE-4,1(a7) ;write busy fmt word.
busy_fr:
move.l FP_SCR1(a6),WBTEMP_EX(a6) ;write
- move.l FP_SCR1+4(a6),WBTEMP_HI(a6) ;execptional op to
+ move.l FP_SCR1+4(a6),WBTEMP_HI(a6) ;exceptional op to
move.l FP_SCR1+8(a6),WBTEMP_LO(a6) ;wbtemp
bset.b #E3,E_BYTE(a6) ;set E3 flag
bclr.b #E1,E_BYTE(a6) ;make sure E1 is clear
diff -r 272e473ae812 -r 345375fe3eb6 sys/arch/mips/include/cpuregs.h
--- a/sys/arch/mips/include/cpuregs.h Sat Feb 27 22:04:37 2010 +0000
+++ b/sys/arch/mips/include/cpuregs.h Sat Feb 27 22:12:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuregs.h,v 1.77 2009/12/14 00:46:04 matt Exp $ */
+/* $NetBSD: cpuregs.h,v 1.78 2010/02/27 22:12:31 snj Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -147,7 +147,7 @@
* MIPS_CR_EXC_CODE The exception type (see exception codes below).
*
* Differences:
- * r3k has 4 bits of execption type, r4k has 5 bits.
+ * r3k has 4 bits of exception type, r4k has 5 bits.
*/
#define MIPS_CR_BR_DELAY 0x80000000
#define MIPS_CR_COP_ERR 0x30000000
diff -r 272e473ae812 -r 345375fe3eb6 sys/arch/sandpoint/sandpoint/locore.S
--- a/sys/arch/sandpoint/sandpoint/locore.S Sat Feb 27 22:04:37 2010 +0000
+++ b/sys/arch/sandpoint/sandpoint/locore.S Sat Feb 27 22:12:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.17 2010/02/25 23:33:45 matt Exp $ */
+/* $NetBSD: locore.S,v 1.18 2010/02/27 22:12:32 snj Exp $ */
/* $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $ */
/*
@@ -160,7 +160,7 @@
#include <powerpc/powerpc/locore_subr.S>
/*
- * Include common trap / execption code
+ * Include common trap / exception code
*/
#include <powerpc/powerpc/trap_subr.S>
diff -r 272e473ae812 -r 345375fe3eb6 sys/arch/vax/include/userret.h
--- a/sys/arch/vax/include/userret.h Sat Feb 27 22:04:37 2010 +0000
+++ b/sys/arch/vax/include/userret.h Sat Feb 27 22:12:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: userret.h,v 1.11 2008/10/22 11:24:28 hans Exp $ */
+/* $NetBSD: userret.h,v 1.12 2010/02/27 22:12:32 snj Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -33,7 +33,7 @@
#include <sys/userret.h>
/*
- * Common code used by various execption handlers to
+ * Common code used by various exception handlers to
* return to usermode.
*/
static __inline void
Home |
Main Index |
Thread Index |
Old Index