public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Correct 'ethenet' spelling
@ 2020-10-31  1:04 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2020-10-31  1:04 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fd0981e4028b79b061b458acbc10315e05972ada

commit fd0981e4028b79b061b458acbc10315e05972ada
Author: Jonny Grant <jg@jguk.org>
Date:   Wed Oct 28 23:09:43 2020 +0000

    hurd: Correct 'ethenet' spelling
    
    Signed-off-by: Jonny Grant <jg@jguk.org>

Diff:
---
 sysdeps/mach/hurd/net/ethernet.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/mach/hurd/net/ethernet.h b/sysdeps/mach/hurd/net/ethernet.h
index 06beb6c9af..d3c0970eb0 100644
--- a/sysdeps/mach/hurd/net/ethernet.h
+++ b/sysdeps/mach/hurd/net/ethernet.h
@@ -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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-31  1:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-31  1:04 [glibc] hurd: Correct 'ethenet' spelling Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).