]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 10 Aug 2020 18:36:46 +0000 (20:36 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 10 Aug 2020 18:36:46 +0000 (20:36 +0200)
print-macsec.c

index 3c34e12dc1da781a61d0986d062fbb639af8dea3..cf172811df50f83c66fb572fb3240bbb70c4d8e1 100644 (file)
@@ -108,7 +108,7 @@ static void macsec_print_header(netdissect_options *ndo,
        ND_PRINT(", ");
 }
 
-/* returns < 0 iff the packet can be decoded completely */
+/* returns < 0 if the packet can be decoded completely */
 int macsec_print(netdissect_options *ndo, const u_char **bp,
                 u_int *lengthp, u_int *caplenp, u_int *hdrlenp,
                 const struct lladdr_info *src, const struct lladdr_info *dst)