summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cs4280.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-08-01 21:37:22 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-08-01 21:37:22 +0000
commit4485d0282e87a1850cf027ce7050d26b88132aac (patch)
treea0afd12e75ea6e31247eca94f4f2fa79954bc311 /sys/dev/pci/cs4280.c
parent9ba03292e669347f57344c4ae59ffe9e8619584d (diff)
deliverd -> delivered.
Diffstat (limited to 'sys/dev/pci/cs4280.c')
-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 2032fbd8f70..cd2b61a0fb4 100644
--- a/sys/dev/pci/cs4280.c
+++ b/sys/dev/pci/cs4280.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4280.c,v 1.25 2006/04/07 22:41:33 jsg Exp $ */
+/* $OpenBSD: cs4280.c,v 1.26 2007/08/01 21:37:21 miod Exp $ */
/* $NetBSD: cs4280.c,v 1.5 2000/06/26 04:56:23 simonb Exp $ */
/*
@@ -805,7 +805,7 @@ cs4280_intr(p)
#if 1
/* XXX:
* It seems "Transmit Buffer Full" never activate until EOI
- * is deliverd. Shall I throw EOI top of this routine ?
+ * is delivered. Shall I throw EOI top of this routine ?
*/
if ((BA0READ4(sc, CS4280_MIDSR) & MIDSR_TBF) == 0) {
DPRINTF(("w: "));