]> The Tcpdump Group git mirrors - tcpdump/commitdiff
typo. from [email protected]
authoritojun <itojun>
Tue, 3 Oct 2000 02:55:39 +0000 (02:55 +0000)
committeritojun <itojun>
Tue, 3 Oct 2000 02:55:39 +0000 (02:55 +0000)
print-icmp6.c

index fbc6c34bee2727efaa02e7541697dc6dfcda1206..d40c21036e01103088fd6a9975ac3fd46ebb37cf 100644 (file)
@@ -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)