mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
ice(4): Fix a typo in a source code comment
- s/firwmare/firmware/ MFC after: 3 days
This commit is contained in:
parent
a848c85d27
commit
62db40b564
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