Date: Tue, 6 Sep 2022 05:42:43 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: d8422093f0ea - stable/13 - bge(4): Fix a typo in a source code comment Message-ID: <202209060542.2865ghsh013811@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=d8422093f0eaf5a165c23336c4cba40132a3abd9 commit d8422093f0eaf5a165c23336c4cba40132a3abd9 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:38:26 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-06 05:40:55 +0000 bge(4): Fix a typo in a source code comment - s/overriden/overridden/ (cherry picked from commit de47bf0d52a0dd2cfcb19a8b49a55253945342ca) --- sys/dev/bge/if_bge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index e63a821888e4..0321102301f0 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -130,7 +130,7 @@ MODULE_DEPEND(bge, miibus, 1, 1, 1); /* * Various supported device vendors/types and their names. Note: the * spec seems to indicate that the hardware still has Alteon's vendor - * ID burned into it, though it will always be overriden by the vendor + * ID burned into it, though it will always be overridden by the vendor * ID in the EEPROM. Just to be safe, we cover all possibilities. */ static const struct bge_type {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209060542.2865ghsh013811>