From: Francois-Xavier Le Bail Date: Sat, 28 Mar 2020 14:42:19 +0000 (+0100) Subject: Remove duplicate words X-Git-Tag: tcpdump-4.99-bp~477 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/9c615ba4348c9ea4d1717d8ef00d388c6298219d Remove duplicate words [skip ci] --- diff --git a/extract.h b/extract.h index 3d3deb85..84ee97ff 100644 --- a/extract.h +++ b/extract.h @@ -152,7 +152,7 @@ EXTRACT_IPV4_TO_HOST_ORDER(const void *p) * * We do this in case the compiler can generate code using those * instructions to do an unaligned load and pass stuff to "ntohs()" or - * "ntohl()", which might be better than than the code to fetch the + * "ntohl()", which might be better than the code to fetch the * bytes one at a time and assemble them. (That might not be the * case on a little-endian platform, such as DEC's MIPS machines and * Alpha machines, where "ntohs()" and "ntohl()" might not be done diff --git a/print-802_15_4.c b/print-802_15_4.c index 4b512799..b226f55c 100644 --- a/print-802_15_4.c +++ b/print-802_15_4.c @@ -1748,7 +1748,7 @@ ieee802_15_4_print_command_data(netdissect_options *ndo, /* XXX Not implemented */ case 0x16: /* DSME GTS Response command */ /* XXX Not implemented */ - case 0x17: /* DSME GTS GTS Notify command */ + case 0x17: /* DSME GTS Notify command */ /* XXX Not implemented */ case 0x18: /* DSME Information Request command */ /* XXX Not implemented */ diff --git a/print-arp.c b/print-arp.c index 02eb6e4b..e8838174 100644 --- a/print-arp.c +++ b/print-arp.c @@ -286,7 +286,7 @@ atmarp_print(netdissect_options *ndo, ATMSPROTO_LEN(ap), ATMTPROTO_LEN(ap)); - /* don't know know about the address formats */ + /* don't know about the address formats */ if (!ndo->ndo_vflag) { goto out; } @@ -407,7 +407,7 @@ arp_print(netdissect_options *ndo, tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), PROTO_LEN(ap)); - /* don't know know about the address formats */ + /* don't know about the address formats */ if (!ndo->ndo_vflag) { goto out; }