Date: Fri, 10 Jun 2022 12:34:04 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: abcfcce0686b - stable/13 - le(4): Fix a typo in a source code comment Message-ID: <202206101234.25ACY4RB023617@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=abcfcce0686b7be440b086d107f8e421c0b4aaab commit abcfcce0686b7be440b086d107f8e421c0b4aaab Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 10:00:44 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:28:14 +0000 le(4): Fix a typo in a source code comment - s/brodcast/broadcast/ (cherry picked from commit b008ab622c401ee2e705b1fe5804865982dac11c) --- 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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101234.25ACY4RB023617>