diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
commit | 1090c37a2abb53f452afc18664a076f51e6f21b6 (patch) | |
tree | f584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/arch/mvme88k | |
parent | 6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/ddb/db_interface.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/ssh.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/eh.S | 6 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/etherfun.c | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/mvme88k/ddb/db_interface.c b/sys/arch/mvme88k/ddb/db_interface.c index 2e223824cf6..70a349b5b74 100644 --- a/sys/arch/mvme88k/ddb/db_interface.c +++ b/sys/arch/mvme88k/ddb/db_interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.c,v 1.13 2001/08/31 01:06:26 miod Exp $ */ +/* $OpenBSD: db_interface.c,v 1.14 2001/09/20 17:02:31 mpech Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -329,7 +329,7 @@ m88k_db_print_frame(addr, have_addr, count, modif) } } - if (s->fpecr & 255) { /* floating point error occured */ + if (s->fpecr & 255) { /* floating point error occurred */ db_printf("fpecr: 0x%08x fpsr: 0x%08x fpcr: 0x%08x\n", s->fpecr, s->fpsr, s->fpcr); db_printf("fcr1-4: 0x%08x 0x%08x 0x%08x 0x%08x\n", diff --git a/sys/arch/mvme88k/dev/ssh.c b/sys/arch/mvme88k/dev/ssh.c index ab98884198e..5c6032b0845 100644 --- a/sys/arch/mvme88k/dev/ssh.c +++ b/sys/arch/mvme88k/dev/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.5 2001/08/26 02:37:07 miod Exp $ */ +/* $OpenBSD: ssh.c,v 1.6 2001/09/20 17:02:31 mpech Exp $ */ /* * Copyright (c) 1994 Michael L. Hitch @@ -1305,7 +1305,7 @@ ssh_checkintr(sc, istat, dstat, sstat0, status) #endif /* * If we were trying to start a command when the reselect - * occured, need to put it at the head of the ready list, + * occurred, need to put it at the head of the ready list, * mark target/lun unbusy and decrement sc_active count. */ if (sc->sc_nexus) { diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S index b9f75ee03eb..3a3bf9d9cb9 100644 --- a/sys/arch/mvme88k/mvme88k/eh.S +++ b/sys/arch/mvme88k/mvme88k/eh.S @@ -1,4 +1,4 @@ -/* $OpenBSD: eh.S,v 1.15 2001/08/24 22:53:14 miod Exp $ */ +/* $OpenBSD: eh.S,v 1.16 2001/09/20 17:02:31 mpech Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -1121,7 +1121,7 @@ ASGLOBAL(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. * @@ -2654,7 +2654,7 @@ ASGLOBAL(m197_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. * diff --git a/sys/arch/mvme88k/stand/sboot/etherfun.c b/sys/arch/mvme88k/stand/sboot/etherfun.c index 7fae0580b4c..543e7df47a9 100644 --- a/sys/arch/mvme88k/stand/sboot/etherfun.c +++ b/sys/arch/mvme88k/stand/sboot/etherfun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: etherfun.c,v 1.2 2001/07/04 08:09:30 niklas Exp $ */ +/* $OpenBSD: etherfun.c,v 1.3 2001/09/20 17:02:31 mpech Exp $ */ /* * @@ -162,7 +162,7 @@ do_get_file() do_send_tftp(READ); while (1) { if (le_get(buf, sizeof(buf), 5) == 0) { - /* timeout occured */ + /* timeout occurred */ if (last_ack) do_send_tftp(last_ack); else |