aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xl
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2011-06-21 22:16:04 +0000
committerWarner Losh <imp@FreeBSD.org>2011-06-21 22:16:04 +0000
commit0dcfaeeec59ddcdd8bf730ce15ae6f6504b507e9 (patch)
tree4ecb946b0f7158018fc9d081090bb761f1359f4c /sys/dev/xl
parent4c2ed94f9667c7b27804ebbc9e30d1c867128974 (diff)
downloadsrc-0dcfaeeec59ddcdd8bf730ce15ae6f6504b507e9.tar.gz
src-0dcfaeeec59ddcdd8bf730ce15ae6f6504b507e9.zip
My broken 'u' key scks!
Notes
Notes: svn path=/head/; revision=223384
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 355fa2d46dde..559ef030b57b 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. Spress warning when card gone.
+ * to make it a function. Supress warning when card gone.
*/
static void
xl_wait(struct xl_softc *sc)