Date: Tue, 6 Sep 2022 05:48:07 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: b58d1c773a18 - stable/12 - bge(4): Fix a typo in a source code comment Message-ID: <202209060548.2865m70c015019@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b58d1c773a187dbe87aee1eb4bdf0dd542a02518 commit b58d1c773a187dbe87aee1eb4bdf0dd542a02518 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:44:28 +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 bae18acf96ae..be52518fa6c7 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -137,7 +137,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?202209060548.2865m70c015019>