mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
hurd: Correct 'ethenet' spelling
Signed-off-by: Jonny Grant <jg@jguk.org>
This commit is contained in:
committed by
Samuel Thibault
parent
548f467fa1
commit
fd0981e402
@@ -56,7 +56,7 @@ struct ether_header
|
||||
#define ETHER_MIN_LEN (ETH_ZLEN + ETH_CRC_LEN) /* min packet length */
|
||||
#define ETHER_MAX_LEN (ETH_FRAME_LEN + ETH_CRC_LEN) /* max packet length */
|
||||
|
||||
/* make sure ethenet length is valid */
|
||||
/* make sure ethernet length is valid */
|
||||
#define ETHER_IS_VALID_LEN(foo) \
|
||||
((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
|
||||
|
||||
|
Reference in New Issue
Block a user