summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-12-26 17:38:15 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-12-26 17:38:15 +0000
commit6a52ca3bc05c6169d1f10c3b5374ff06ecf37707 (patch)
tree21c294b7c740e6fa086da3dd6fc033c797b74f01 /sys/dev
parentbe4918f5112fa7aa6d9daf68a53a996b1ea252e4 (diff)
Fix typo, happend -> happened
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/wd33c93.c4
-rw-r--r--sys/dev/pci/cs4280.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/wd33c93.c b/sys/dev/ic/wd33c93.c
index 99f6bfd8ccd..b0f832aa373 100644
--- a/sys/dev/ic/wd33c93.c
+++ b/sys/dev/ic/wd33c93.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wd33c93.c,v 1.8 2016/09/15 02:00:17 dlg Exp $ */
+/* $OpenBSD: wd33c93.c,v 1.9 2016/12/26 17:38:14 jca Exp $ */
/* $NetBSD: wd33c93.c,v 1.24 2010/11/13 13:52:02 uebayasi Exp $ */
/*
@@ -2139,7 +2139,7 @@ wd33c93_nextstate(struct wd33c93_softc *sc, struct wd33c93_acb *acb, u_char csr,
default:
abort:
- /* Something unexpected happend -- deal with it. */
+ /* Something unexpected happened -- deal with it. */
printf("%s: next: aborting asr 0x%02x csr 0x%02x\n",
sc->sc_dev.dv_xname, asr, csr);
diff --git a/sys/dev/pci/cs4280.c b/sys/dev/pci/cs4280.c
index 08974810f2f..cb0e619cc64 100644
--- a/sys/dev/pci/cs4280.c
+++ b/sys/dev/pci/cs4280.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4280.c,v 1.50 2016/09/19 06:46:44 ratchov Exp $ */
+/* $OpenBSD: cs4280.c,v 1.51 2016/12/26 17:38:14 jca Exp $ */
/* $NetBSD: cs4280.c,v 1.5 2000/06/26 04:56:23 simonb Exp $ */
/*
@@ -703,7 +703,7 @@ cs4280_intr(void *p)
/*
* XXX
* I think this audio data conversion should be
- * happend in upper layer, but I put this here
+ * happened in upper layer, but I put this here
* since there is no conversion function available.
*/
switch(sc->sc_rparam) {