mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ice(4): Fix a typo in a source code comment
- s/firwmare/firmware/ (cherry picked from commit 62db40b5644726ca61e84aa56fff2fbaf30b05ca)
This commit is contained in:
parent
444c56a189
commit
62156bb8bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue