summaryrefslogtreecommitdiff
path: root/sys/dev/ic/awi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/awi.c')
-rw-r--r--sys/dev/ic/awi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c
index 1e8e4f7d2c1..685b2dd2a36 100644
--- a/sys/dev/ic/awi.c
+++ b/sys/dev/ic/awi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: awi.c,v 1.18 2005/04/02 23:21:33 uwe Exp $ */
+/* $OpenBSD: awi.c,v 1.19 2005/05/23 23:26:55 tedu Exp $ */
/* $NetBSD: awi.c,v 1.26 2000/07/21 04:48:55 onoe Exp $ */
/*-
@@ -1160,7 +1160,7 @@ awi_fix_rxhdr(sc, m0)
}
if (ALIGN(mtod(m0, caddr_t) + sizeof(struct ether_header)) !=
(u_int)(mtod(m0, caddr_t) + sizeof(struct ether_header))) {
- /* XXX: we loose to estimate the type of encapsulation */
+ /* XXX: we lose to estimate the type of encapsulation */
struct mbuf *n, *n0, **np;
caddr_t newdata;
int off, oldmlen;