]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove duplicate words
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 28 Mar 2020 14:42:19 +0000 (15:42 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 28 Mar 2020 15:23:20 +0000 (16:23 +0100)
[skip ci]

extract.h
print-802_15_4.c
print-arp.c

index 3d3deb857392532acc9a84d8c6d7bf3dd3a6a232..84ee97ff002191e2c62f5fa4999c056931ff6da4 100644 (file)
--- 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
index 4b5127993c1b0fa1ffd958e606c370ae3fd9dcf4..b226f55c8ed19e8701bc8b524f58d2d71c31dd2a 100644 (file)
@@ -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 */
index 02eb6e4be367f9ab33c3f632f14ed34f74250a68..e883817488c929e9b48f45e27658f480cd949b72 100644 (file)
@@ -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;
             }