summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-29 21:39:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-29 21:39:06 +0000
commit95895470dec39c1eb5156b20ec3714e86abdbd87 (patch)
tree283fecf92f001986ba282e31229f5be26ec0845e /sys/arch
parentc3e67ff09e80daf34c7d31ee568ea6b1b22b56b6 (diff)
typos; jjy2+@pitt.edu
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mvme88k/ddb/db_trace.c4
-rw-r--r--sys/arch/mvme88k/dev/vs.c8
-rw-r--r--sys/arch/mvme88k/mvme88k/eh.S24
-rw-r--r--sys/arch/mvme88k/mvme88k/trap.c4
4 files changed, 20 insertions, 20 deletions
diff --git a/sys/arch/mvme88k/ddb/db_trace.c b/sys/arch/mvme88k/ddb/db_trace.c
index 4b8cb2053d4..93204aaf84e 100644
--- a/sys/arch/mvme88k/ddb/db_trace.c
+++ b/sys/arch/mvme88k/ddb/db_trace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_trace.c,v 1.26 2004/01/13 18:40:47 miod Exp $ */
+/* $OpenBSD: db_trace.c,v 1.27 2004/01/29 21:39:05 deraadt Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -799,7 +799,7 @@ db_stack_trace_cmd2(db_regs_t *regs, int (*pr)(const char *, ...))
* 0 if this looks like neither.
*/
if ((ft = frame_is_sane(regs, 1)) == 0) {
- (*pr)("Register frame 0x%x is suspicous; skipping trace\n", regs);
+ (*pr)("Register frame 0x%x is suspicious; skipping trace\n", regs);
return;
}
diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c
index 1603a980607..e96c00ae178 100644
--- a/sys/arch/mvme88k/dev/vs.c
+++ b/sys/arch/mvme88k/dev/vs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vs.c,v 1.28 2004/01/20 16:48:27 miod Exp $ */
+/* $OpenBSD: vs.c,v 1.29 2004/01/29 21:39:05 deraadt Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -904,11 +904,11 @@ vs_eintr(vsc)
case CEVSB_ERR_BD: /* Bad direction */
printf("%s: Bad Direction!\n", vs_name(sc));
break;
- case CEVSB_ERR_NR: /* Non-Recoverabl Error */
+ case CEVSB_ERR_NR: /* Non-Recoverable Error */
printf("%s: Non-Recoverable error!\n", vs_name(sc));
break;
- case CESVB_ERR_PANIC: /* Board Painc!!! */
- printf("%s: Board Painc!!!\n", vs_name(sc));
+ case CESVB_ERR_PANIC: /* Board Panic!!! */
+ printf("%s: Board Panic!!!\n", vs_name(sc));
break;
default:
printf("%s: Uh oh!... Error 0x%x\n", vs_name(sc), ecode);
diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S
index 05c3299bac8..7ded52bad93 100644
--- a/sys/arch/mvme88k/mvme88k/eh.S
+++ b/sys/arch/mvme88k/mvme88k/eh.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: eh.S,v 1.49 2004/01/29 00:41:23 miod Exp $ */
+/* $OpenBSD: eh.S,v 1.50 2004/01/29 21:39:05 deraadt Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -791,7 +791,7 @@ ASLOCAL(ignore_data_exception)
* We just want to jump to "badaddr__return_nonzero" below.
*
* We don't worry about trashing R2 here because we're
- * jumping back to the function badaddr() where we're allowd
+ * jumping back to the function badaddr() where we're allowed
* to blast r2..r9 as we see fit.
*/
@@ -838,15 +838,15 @@ ASLOCAL(m88110_ignore_data_exception)
* extern boolean_t badaddr(unsigned addr, unsigned len)
*
* Returns true (non-zero) if the given LEN bytes starting at ADDR are
- * not all currently accessable by the kernel.
+ * not all currently accessible by the kernel.
*
- * If all LEN bytes starting at ADDR are accessable, zero is returned.
+ * If all LEN bytes starting at ADDR are accessible, zero is returned.
*
* Len may be be 1, 2, or 4.
*
- * This is implementd by setting a special flag in SR1 before trying to access
+ * This is implemented by setting a special flag in SR1 before trying to access
* the given address. If a data access exception is raised, the address
- * is inaccessable. The exception handler will notice the special CPU flag
+ * is inaccessible. The exception handler will notice the special CPU flag
* and not try to swap the address in. Rather, it will return to
* "badaddr__return_nonzero" in this routine so that we may return non-zero
* to the calling routine.
@@ -1024,7 +1024,7 @@ ASLOCAL(use_SR3_pcb)
* FLAGS: CPU status flags
*
* immediate goal:
- * An exception occured while enabling the FPU. Since r31
+ * An exception occurred while enabling the FPU. Since r31
* is the user's r31 while enabling the FPU, we had put
* our pcb pointer into SR3, so make room from
* there for our stack pointer.
@@ -1301,7 +1301,7 @@ ASLOCAL(pfsr_done)
ASLOCAL(clear_FPi_ssbr_bit)
/*
- * Clear floatingpont-imprecise ssbr bits.
+ * Clear floatingpoint-imprecise ssbr bits.
* Also, save appropriate FPU control registers to the E.F.
*
* r1: return address to calling exception handler
@@ -1546,7 +1546,7 @@ ASLOCAL(setup_phase_two)
* FPU control registers, if appropriate.
* Exception SR3, if appropriate.
* Held temporarly in the exception frame:
- * Return address to the calling excption handler.
+ * Return address to the calling exception handler.
*
* immediate goal:
* Do an RTE to restart the fpu and jump to "fpu_enable"
@@ -2369,7 +2369,7 @@ ASLOCAL(m88110_use_SR3_pcb)
* FLAGS: CPU status flags
*
* immediate goal:
- * An exception occured while enabling the FPU. Since r31 is the
+ * An exception occurred while enabling the FPU. Since r31 is the
* user's r31 while enabling the FPU, we had put our pcb pointer
* into SR3, so make room from there for our stack pointer.
* We need to check if SR3 is the old stack pointer or the pointer
@@ -2572,8 +2572,8 @@ ASLOCAL(m88110_setup_phase_two)
* Other data pipeline control registers, if appropriate.
* FPU control registers, if appropriate.
* Exception SR3, if appropriate.
- * Held temporarly in the exception frame:
- * Return address to the calling excption handler.
+ * Held temporarily in the exception frame:
+ * Return address to the calling exception handler.
*
* immediate goal:
* Do an RTE to restart the fpu and jump to "m88110_fpu_enable"
diff --git a/sys/arch/mvme88k/mvme88k/trap.c b/sys/arch/mvme88k/mvme88k/trap.c
index a594e51d19f..e1d6f95faf0 100644
--- a/sys/arch/mvme88k/mvme88k/trap.c
+++ b/sys/arch/mvme88k/mvme88k/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.71 2004/01/29 00:41:23 miod Exp $ */
+/* $OpenBSD: trap.c,v 1.72 2004/01/29 21:39:05 deraadt Exp $ */
/*
* Copyright (c) 1998 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -1167,7 +1167,7 @@ error_fatal(struct trapframe *frame)
db_printf("\n[ERROR EXCEPTION (Bad News[tm]) frame %p]\n", frame);
db_printf("This is usually an exception within an exception. The trap\n");
db_printf("frame shadow registers you are about to see are invalid.\n");
- db_printf("(read totaly useless) But R1 to R31 might be interesting.\n");
+ db_printf("(read totally useless) But R1 to R31 might be interesting.\n");
break;
}
regdump((struct trapframe*)frame);