Date: Mon, 25 Aug 2025 08:49:08 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a848c85d27c8 - main - bce(4): Fix a typo in a source code comment Message-ID: <202508250849.57P8n8eC097893@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=a848c85d27c8f8d6b8394a372417703a2969314c commit a848c85d27c8f8d6b8394a372417703a2969314c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-08-25 08:45:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-08-25 08:45:32 +0000 bce(4): Fix a typo in a source code comment - s/firwmare/firmware/ MFC after: 3 days --- sys/dev/bce/if_bce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index 16bfce5338a7..6cf39e035ea6 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -1221,7 +1221,7 @@ bce_attach(device_t dev) sc->bce_bc_ver[j++] = '.'; } - /* Check if any management firwmare is enabled. */ + /* Check if any management firmware is enabled. */ val = bce_shmem_rd(sc, BCE_PORT_FEATURE); if (val & BCE_PORT_FEATURE_ASF_ENABLED) { sc->bce_flags |= BCE_MFW_ENABLE_FLAG;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508250849.57P8n8eC097893>