From 6a52ca3bc05c6169d1f10c3b5374ff06ecf37707 Mon Sep 17 00:00:00 2001 From: Jeremie Courreges-Anglas Date: Mon, 26 Dec 2016 17:38:15 +0000 Subject: Fix typo, happend -> happened --- sys/dev/pci/cs4280.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') 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) { -- cgit v1.2.3