summaryrefslogtreecommitdiff
path: root/sys/dev/pci
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/pci
parentbe4918f5112fa7aa6d9daf68a53a996b1ea252e4 (diff)
Fix typo, happend -> happened
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/cs4280.c4
1 files changed, 2 insertions, 2 deletions
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) {