le(4): Fix a typo in a source code comment

- s/brodcast/broadcast/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 12:00:44 +02:00
parent a5c2009dd8
commit b008ab622c

View file

@ -573,7 +573,7 @@
#define LE_MODE_PROM 0x8000 /* promiscuous mode */
/* 0x7f80 reserved, must be zero */
/* 0x4000 - 0x0080 are not available on LANCE 7990. */
#define LE_MODE_DRCVBC 0x4000 /* disable receive brodcast */
#define LE_MODE_DRCVBC 0x4000 /* disable receive broadcast */
#define LE_MODE_DRCVPA 0x2000 /* disable physical address detection */
#define LE_MODE_DLNKTST 0x1000 /* disable link status */
#define LE_MODE_DAPC 0x0800 /* disable automatic polarity correction */