summaryrefslogtreecommitdiff
path: root/print-802_15_4.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-12-12 16:10:25 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-12-12 16:10:46 +0100
commitd90dda7ef6151c4174c807c3ad8ac3b2538127e1 (patch)
tree74644b1294e0e44ee3ad46ae74e95dda550ef7bf /print-802_15_4.c
parent15bb6516681b258a90c02cb934c79c3a444688b6 (diff)
downloadtcpdump-d90dda7ef6151c4174c807c3ad8ac3b2538127e1.tar.gz
Fix some typos
[skip ci]
Diffstat (limited to 'print-802_15_4.c')
-rw-r--r--print-802_15_4.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/print-802_15_4.c b/print-802_15_4.c
index 521c1cef..2c562adb 100644
--- a/print-802_15_4.c
+++ b/print-802_15_4.c
@@ -719,7 +719,7 @@ ieee802_15_4_print_header_ie(netdissect_options *ndo,
break;
case 0x1c: /* DSME PAN Descriptor IE */
/*FALLTHROUGH*/
- case 0x21: /* Extended DSME PAN descriptior IE */
+ case 0x21: /* Extended DSME PAN descriptor IE */
if (ie_len < 2) {
ND_PRINT("[ERROR: Truncated DSME PAN IE]");
} else {
@@ -1785,7 +1785,7 @@ ieee802_15_4_print_command_data(netdissect_options *ndo,
}
/*
- * Parse and print frames folloing standard format.
+ * Parse and print frames following standard format.
*
* Returns FALSE in case of error.
*/
@@ -1846,7 +1846,7 @@ ieee802_15_4_std_frames(netdissect_options *ndo,
if (CHECK_BIT(fc, 9)) { ND_PRINT("IE present, "); }
}
- /* Check for the sequence number supression. */
+ /* Check for the sequence number suppression. */
if (CHECK_BIT(fc, 8)) {
/* Sequence number is suppressed. */
if (frame_version < 2) {
@@ -2259,7 +2259,7 @@ ieee802_15_4_mp_frame(netdissect_options *ndo,
if (ie_present) { ND_PRINT("IE present, "); }
}
- /* Check for the sequence number supression. */
+ /* Check for the sequence number suppression. */
if (CHECK_BIT(fc, 10)) {
/* Sequence number is suppressed, but long version. */
p += 2;