More of patch #8397 Typos corrected in comments and text outputs

This commit is contained in:
Simon Goldschmidt 2014-09-18 21:23:19 +02:00
parent 33237419c1
commit 0074b7becb
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ enum icmp_te_type {
# include "arch/bpstruct.h" # include "arch/bpstruct.h"
#endif #endif
/** This is the standard ICMP header only that the u32_t data /** 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 * This header is also used for other ICMP types that do not
* use the data part. * use the data part.
*/ */

View File

@ -73,7 +73,7 @@ struct ip_hdr {
/* fragment offset field */ /* fragment offset field */
PACK_STRUCT_FIELD(u16_t _offset); PACK_STRUCT_FIELD(u16_t _offset);
#define IP_RF 0x8000U /* reserved fragment flag */ #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_MF 0x2000U /* more fragments flag */
#define IP_OFFMASK 0x1fffU /* mask for fragmenting bits */ #define IP_OFFMASK 0x1fffU /* mask for fragmenting bits */
/* time to live */ /* time to live */