summaryrefslogtreecommitdiff
path: root/print-frag6.c
diff options
context:
space:
mode:
authoritojun <itojun>2000-10-03 02:19:04 +0000
committeritojun <itojun>2000-10-03 02:19:04 +0000
commit64b4695379923685260c4d6fe6a1034878d94e84 (patch)
tree605230dbb213aea71a4190e8afd35615631bc85a /print-frag6.c
parentbbb665b76f4e7462ff99f69853dbb1c8c960ea20 (diff)
downloadtcpdump-64b4695379923685260c4d6fe6a1034878d94e84.tar.gz
typo in comment. from jinmei@kame.net
Diffstat (limited to 'print-frag6.c')
-rw-r--r--print-frag6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-frag6.c b/print-frag6.c
index 7b4f3153..b2868964 100644
--- a/print-frag6.c
+++ b/print-frag6.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-frag6.c,v 1.10 2000-09-29 04:58:39 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-frag6.c,v 1.11 2000-10-03 02:19:05 itojun Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -59,7 +59,7 @@ frag6_print(register const u_char *bp, register const u_char *bp2)
dp = (struct ip6_frag *)bp;
ip6 = (struct ip6_hdr *)bp2;
- /* 'ep' points to the end of avaible data. */
+ /* 'ep' points to the end of available data. */
ep = snapend;
TCHECK(dp->ip6f_offlg);