From 0074b7becbe523de9d0065174f9170ba95d18f1f Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Thu, 18 Sep 2014 21:23:19 +0200 Subject: [PATCH] More of patch #8397 Typos corrected in comments and text outputs --- src/include/lwip/icmp.h | 2 +- src/include/lwip/ip4.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/lwip/icmp.h b/src/include/lwip/icmp.h index 4366901e..0ca6522a 100644 --- a/src/include/lwip/icmp.h +++ b/src/include/lwip/icmp.h @@ -75,7 +75,7 @@ enum icmp_te_type { # include "arch/bpstruct.h" #endif /** This is the standard ICMP header only that the u32_t data - * is splitted to two u16_t like ICMP echo needs it. + * is split to two u16_t like ICMP echo needs it. * This header is also used for other ICMP types that do not * use the data part. */ diff --git a/src/include/lwip/ip4.h b/src/include/lwip/ip4.h index 5fc7f81f..c49a771e 100644 --- a/src/include/lwip/ip4.h +++ b/src/include/lwip/ip4.h @@ -73,7 +73,7 @@ struct ip_hdr { /* fragment offset field */ PACK_STRUCT_FIELD(u16_t _offset); #define IP_RF 0x8000U /* reserved fragment flag */ -#define IP_DF 0x4000U /* dont fragment flag */ +#define IP_DF 0x4000U /* don't fragment flag */ #define IP_MF 0x2000U /* more fragments flag */ #define IP_OFFMASK 0x1fffU /* mask for fragmenting bits */ /* time to live */