diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 9624e11f931d..c78fa6620ba0 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -145,7 +145,7 @@ ether_output(ifp, m, dst, rt0) struct rtentry *rt; struct ether_header *eh; int loop_copy = 0; - int hlen; /* link layer header lenght */ + int hlen; /* link layer header length */ struct arpcom *ac = IFP2AC(ifp); #ifdef MAC