summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/if_xl_cardbus.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 10:07:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 10:07:34 +0000
commit435f16863158d22d3404dd4e1decea3a1e403a1f (patch)
tree0372d798749415231c18c37c7bb9de05935bfdc8 /sys/dev/cardbus/if_xl_cardbus.c
parent408c6696d762e054911bde89e58eb680b0df8205 (diff)
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/cardbus/if_xl_cardbus.c')
-rw-r--r--sys/dev/cardbus/if_xl_cardbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cardbus/if_xl_cardbus.c b/sys/dev/cardbus/if_xl_cardbus.c
index 5b2fae38583..ccf003a1671 100644
--- a/sys/dev/cardbus/if_xl_cardbus.c
+++ b/sys/dev/cardbus/if_xl_cardbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xl_cardbus.c,v 1.12 2002/10/12 01:09:44 krw Exp $ */
+/* $OpenBSD: if_xl_cardbus.c,v 1.13 2003/10/21 10:07:33 jmc Exp $ */
/* $NetBSD: if_xl_cardbus.c,v 1.13 2000/03/07 00:32:52 mycroft Exp $ */
/*
@@ -275,7 +275,7 @@ xl_cardbus_attach(parent, self, aux)
command);
/*
- * set latency timmer
+ * set latency timer
*/
bhlc = cardbus_conf_read(cc, cf, ca->ca_tag, CARDBUS_BHLC_REG);
if (CARDBUS_LATTIMER(bhlc) < 0x20) {