From 061c146d5de0e02e2e7d575b32dec4a3abd9f655 Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 3 Oct 2000 02:55:39 +0000 Subject: [PATCH] typo. from jinmei@kame.net --- print-icmp6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print-icmp6.c b/print-icmp6.c index fbc6c34b..d40c2103 100644 --- a/print-icmp6.c +++ b/print-icmp6.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.30 2000-10-03 02:19:05 itojun Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.31 2000-10-03 02:55:39 itojun Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -414,7 +414,7 @@ get_upperlayer(register u_char *bp, int *prot) struct ah *ah; int nh, hlen; - /* 'ep' points to the end of avaible data. */ + /* 'ep' points to the end of available data. */ ep = snapend; if (TTEST(ip6->ip6_nxt) == 0)