Comment spelling fix.

This commit is contained in:
Robert Watson 2003-10-12 20:51:26 +00:00
parent 094a5db41b
commit d32864c331

View File

@ -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