summaryrefslogtreecommitdiffstats
path: root/sys/dev/xl
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2011-06-21 22:17:28 +0000
committerimp <imp@FreeBSD.org>2011-06-21 22:17:28 +0000
commit87cfd8e26b2d81effe33a846a0676029cffa618e (patch)
tree156cd5797e086de19d4523fd7ccab32088e0db44 /sys/dev/xl
parent19f3f95131968b6bcdf843f415bbbe5fa64951f4 (diff)
downloadFreeBSD-src-87cfd8e26b2d81effe33a846a0676029cffa618e.zip
FreeBSD-src-87cfd8e26b2d81effe33a846a0676029cffa618e.tar.gz
Really spell suppress the right way
Diffstat (limited to 'sys/dev/xl')
-rw-r--r--sys/dev/xl/if_xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xl/if_xl.c b/sys/dev/xl/if_xl.c
index 559ef03..e09e434 100644
--- a/sys/dev/xl/if_xl.c
+++ b/sys/dev/xl/if_xl.c
@@ -334,7 +334,7 @@ xl_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error)
* only a finite amount of time to avoid getting caught in an
* infinite loop. Normally this delay routine would be a macro,
* but it isn't called during normal operation so we can afford
- * to make it a function. Supress warning when card gone.
+ * to make it a function. Suppress warning when card gone.
*/
static void
xl_wait(struct xl_softc *sc)
OpenPOWER on IntegriCloud