summaryrefslogtreecommitdiff
path: root/ip.h
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2020-10-09 13:19:10 +0100
committerDenis Ovsienko <denis@ovsienko.info>2020-10-09 13:19:10 +0100
commitca71c847281b80fd6d9db36cd94a171858244fc6 (patch)
tree41d442286b61250682953daf49a6114e00cc247c /ip.h
parente379a5690f6db797179fa5e0845ff731db2a7af7 (diff)
downloadtcpdump-ca71c847281b80fd6d9db36cd94a171858244fc6.tar.gz
Fix some spelling. [skip ci]
Diffstat (limited to 'ip.h')
-rw-r--r--ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip.h b/ip.h
index b3b23d1a..ca87548f 100644
--- a/ip.h
+++ b/ip.h
@@ -57,7 +57,7 @@ struct ip {
nd_uint16_t ip_len; /* total length */
nd_uint16_t ip_id; /* identification */
nd_uint16_t ip_off; /* fragment offset field */
-#define IP_DF 0x4000 /* dont fragment flag */
+#define IP_DF 0x4000 /* don't fragment flag */
#define IP_MF 0x2000 /* more fragments flag */
#define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
nd_uint8_t ip_ttl; /* time to live */