diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-07-09 22:10:06 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-07-09 22:10:06 +0000 |
commit | 94d1c06012dcb222bb92ca3444d66bb1d35c15f3 (patch) | |
tree | 8b545e772dc8cf08eb47ae802e9ab44da4bf877f /sys/dev/ic/tropic.c | |
parent | 65f935cb227f4209623ed3920536e2f7f426b6c7 (diff) |
I don't think we're talking about animals in here, so
s/wether/whether/g.
Diffstat (limited to 'sys/dev/ic/tropic.c')
-rw-r--r-- | sys/dev/ic/tropic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/tropic.c b/sys/dev/ic/tropic.c index db6c8554fde..ad431ce61f5 100644 --- a/sys/dev/ic/tropic.c +++ b/sys/dev/ic/tropic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tropic.c,v 1.11 2006/03/25 22:41:43 djm Exp $ */ +/* $OpenBSD: tropic.c,v 1.12 2006/07/09 22:10:05 mk Exp $ */ /* $NetBSD: tropic.c,v 1.6 1999/12/17 08:26:31 fvdl Exp $ */ /* @@ -219,7 +219,7 @@ tr_config(sc) /* * XXX Not completely true because Fast Path Transmit has 514 byte buffers * XXX and TR_MAX_LINK_HDR is only correct when source-routing is used. - * XXX depending on wether source routing is used change the calculation + * XXX depending on whether source routing is used change the calculation * XXX use IFM_TOK_SRCRT (IFF_LINK0) * XXX recompute sc_minbuf !! */ |