Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2025 08:49:09 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: 62db40b56447 - main - ice(4): Fix a typo in a source code comment
Message-ID:  <202508250849.57P8n9gQ097928@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=62db40b5644726ca61e84aa56fff2fbaf30b05ca

commit 62db40b5644726ca61e84aa56fff2fbaf30b05ca
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-25 08:46:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-25 08:46:20 +0000

    ice(4): Fix a typo in a source code comment
    
    - s/firwmare/firmware/
    
    MFC after:      3 days
---
 sys/dev/ice/ice_fw_logging.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ice/ice_fw_logging.c b/sys/dev/ice/ice_fw_logging.c
index 0025a65d73fc..16a9ab6823bf 100644
--- a/sys/dev/ice/ice_fw_logging.c
+++ b/sys/dev/ice/ice_fw_logging.c
@@ -48,7 +48,7 @@ SDT_PROVIDER_DEFINE(ice_fwlog);
 
 /*
  * SDT DTrace probe fired when a firmware log message is received over the
- * AdminQ. It passes the buffer of the firwmare log message along with its
+ * AdminQ. It passes the buffer of the firmware log message along with its
  * length in bytes to the DTrace framework.
  */
 SDT_PROBE_DEFINE2(ice_fwlog, , , message, "uint8_t *", "int");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508250849.57P8n9gQ097928>