summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-09-20 17:02:33 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-09-20 17:02:33 +0000
commit1090c37a2abb53f452afc18664a076f51e6f21b6 (patch)
treef584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/dev/pci
parent6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff)
occured->occurred
idea from deraadt@ via NetBSD millert@ ok
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/bktr/bktr_card.c4
-rw-r--r--sys/dev/pci/cs4281.c4
-rw-r--r--sys/dev/pci/if_tx.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/bktr/bktr_card.c b/sys/dev/pci/bktr/bktr_card.c
index 843aaf49330..39c16c36d4f 100644
--- a/sys/dev/pci/bktr/bktr_card.c
+++ b/sys/dev/pci/bktr/bktr_card.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bktr_card.c,v 1.1 2001/03/28 03:27:09 fgsch Exp $ */
+/* $OpenBSD: bktr_card.c,v 1.2 2001/09/20 17:02:31 mpech Exp $ */
/* $FreeBSD: src/sys/dev/bktr/bktr_card.c,v 1.16 2000/10/31 13:09:56 roger Exp $ */
/*
@@ -1091,7 +1091,7 @@ checkTuner:
} /* end switch(card) */
- /* At this point, a goto checkDBX has not occured */
+ /* At this point, a goto checkDBX has not occurred */
/* We have not been able to select a Tuner */
/* Some cards make use of the tuner address to */
/* identify the make/model of tuner */
diff --git a/sys/dev/pci/cs4281.c b/sys/dev/pci/cs4281.c
index ea69837d34a..7b9f8145a64 100644
--- a/sys/dev/pci/cs4281.c
+++ b/sys/dev/pci/cs4281.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4281.c,v 1.6 2001/08/25 10:13:29 art Exp $ */
+/* $OpenBSD: cs4281.c,v 1.7 2001/09/20 17:02:31 mpech Exp $ */
/* $Tera: cs4281.c,v 1.18 2000/12/27 14:24:45 tacha Exp $ */
/*
@@ -1130,7 +1130,7 @@ cs4281_init(sc)
0x00 << 0; /* PLSS[4:0] Left PCM Playback */
BA0WRITE4(sc, CS4281_SRCSA, dat32);
- /* Set interrupt to occured at Half and Full terminal
+ /* Set interrupt to occurred at Half and Full terminal
* count interrupt enable for DMA channel 0 and 1.
* To keep DMA stop, set MSK.
*/
diff --git a/sys/dev/pci/if_tx.c b/sys/dev/pci/if_tx.c
index 34e7a31cf1b..79a537047ec 100644
--- a/sys/dev/pci/if_tx.c
+++ b/sys/dev/pci/if_tx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tx.c,v 1.19 2001/08/25 10:13:29 art Exp $ */
+/* $OpenBSD: if_tx.c,v 1.20 2001/09/20 17:02:31 mpech Exp $ */
/* $FreeBSD: src/sys/pci/if_tx.c,v 1.45 2001/02/07 20:11:02 semenu Exp $ */
/*-
@@ -1040,7 +1040,7 @@ epic_intr(arg)
INTSTAT_APE|INTSTAT_DPE|INTSTAT_TXU|INTSTAT_RXE) ){
if( status & (INTSTAT_FATAL|INTSTAT_PMA|INTSTAT_PTA|
INTSTAT_APE|INTSTAT_DPE) ){
- printf(EPIC_FORMAT ": PCI fatal error occured (%s%s%s%s)\n",
+ printf(EPIC_FORMAT ": PCI fatal error occurred (%s%s%s%s)\n",
EPIC_ARGS(sc),
(status&INTSTAT_PMA)?"PMA":"",
(status&INTSTAT_PTA)?" PTA":"",