diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2008-12-03 15:36:11 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2008-12-03 15:36:11 +0000 |
| commit | 69a8a901bbffde0b2bf8b4c7c82c82474bceaffc (patch) | |
| tree | 5c4e1fe29780ce14bebfdb879942e521380dc8b5 /sys/dev/ic | |
| parent | 540babdae27ead9831498c842df298e8cb6742d9 (diff) | |
Fix typo in comment.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/elinkxl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/elinkxl.c b/sys/dev/ic/elinkxl.c index 8448e86e1da..0864251a29d 100644 --- a/sys/dev/ic/elinkxl.c +++ b/sys/dev/ic/elinkxl.c @@ -1,4 +1,4 @@ -/* $NetBSD: elinkxl.c,v 1.106 2008/11/07 00:20:02 dyoung Exp $ */ +/* $NetBSD: elinkxl.c,v 1.107 2008/12/03 15:36:11 tsutsui Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.106 2008/11/07 00:20:02 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.107 2008/12/03 15:36:11 tsutsui Exp $"); #include "bpfilter.h" #include "rnd.h" @@ -1133,7 +1133,7 @@ ex_start(struct ifnet *ifp) * * XXX Should we still consider if such short * (36 bytes or less) packets might already - * occupy EX_NTFRAG (== 32) fragements here? + * occupy EX_NTFRAG (== 32) fragments here? */ KASSERT(segment < EX_NTFRAGS); fr->fr_addr = htole32(DPDMEMPAD_DMADDR(sc)); |
