summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extract.h2
-rw-r--r--print-802_15_4.c2
-rw-r--r--print-arp.c4
3 files changed, 4 insertions, 4 deletions
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;
}