diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-08-25 08:45:32 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-08-28 09:15:37 +0000 |
| commit | 59088fa3915920371ce21360217d3415ae0c1331 (patch) | |
| tree | 90d3e645cc7f5964496cd49fcfde02b67d3348f8 | |
| parent | f9fab6aa832ea4972548d82b1640c87ae4867c1a (diff) | |
bce(4): Fix a typo in a source code comment
- s/firwmare/firmware/
(cherry picked from commit a848c85d27c8f8d6b8394a372417703a2969314c)
| -rw-r--r-- | sys/dev/bce/if_bce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index 721db7ff592b..83d04b5e2214 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -1233,7 +1233,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; |
