]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-igrp.c
IPv6: Print the protocol name before any test
[tcpdump] / print-igrp.c
index 0efc78af9e6888739c36600b00a3846c4f5863d5..23dc1f5688af4c48996ecefededbfdf408154210 100644 (file)
@@ -44,7 +44,7 @@ struct igrphdr {
        nd_uint16_t ig_as;      /* autonomous system number */
        nd_uint16_t ig_ni;      /* number of subnet in local net */
        nd_uint16_t ig_ns;      /* number of networks in AS */
-       nd_uint16_t ig_nx;      /* number of networks ouside AS */
+       nd_uint16_t ig_nx;      /* number of networks outside AS */
        nd_uint16_t ig_sum;     /* checksum of IGRP header & data */
 };