aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cattp.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-09-11 02:08:06 -0700
committerGuy Harris <gharris@sonic.net>2021-09-11 10:01:27 +0000
commit76b08ea0832844c6afcda89f43aa122f7bfe5fe6 (patch)
tree3819ceab0596e3a7a3bd7222383f081181b14a0a /epan/dissectors/packet-cattp.c
parentd4ed12972706b43ba73b5749ccb75f75ecc14a50 (diff)
Fix spelling errors.
The Ubuntu build commented on some spelling errors in executable code files. Fix the errors that don't come from external files containing the spelling errors (USB product and vendor IDs, PCI IDs, ASN.1 specifications), and fix some errors that don't show up in the executable code files (e.g., in comments and variable names).
Diffstat (limited to 'epan/dissectors/packet-cattp.c')
-rw-r--r--epan/dissectors/packet-cattp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-cattp.c b/epan/dissectors/packet-cattp.c
index c5fb654a15..2a20d0d6d4 100644
--- a/epan/dissectors/packet-cattp.c
+++ b/epan/dissectors/packet-cattp.c
@@ -31,9 +31,9 @@
/* bit masks for the first header byte. */
#define M_FLAGS 0xFC /* flags only, no version */
-#define M_PDU_SYN 0xB8 /* SYN (ACK, SEG dont care) without version */
-#define M_PDU_ACK 0xD0 /* ACK (EAK, SEG, NUL dont care) without version */
-#define M_PDU_RST 0xBC /* RST (ACK dont care) without version */
+#define M_PDU_SYN 0xB8 /* SYN (ACK, SEG don't care) without version */
+#define M_PDU_ACK 0xD0 /* ACK (EAK, SEG, NUL don't care) without version */
+#define M_PDU_RST 0xBC /* RST (ACK don't care) without version */
#define M_VERSION 0x03 /* only Version */
#define ICCID_PREFIX 0x98