git: b008ab622c40 - main - le(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 10:01:04 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b008ab622c401ee2e705b1fe5804865982dac11c commit b008ab622c401ee2e705b1fe5804865982dac11c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 10:00:44 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-04 10:00:44 +0000 le(4): Fix a typo in a source code comment - s/brodcast/broadcast/ MFC after: 3 days --- sys/dev/le/lancereg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/le/lancereg.h b/sys/dev/le/lancereg.h index 7b08d84f5e9b..b4922b4b90be 100644 --- a/sys/dev/le/lancereg.h +++ b/sys/dev/le/lancereg.h @@ -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 */