mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
if_hn: Fix two typos in source code comments
- s/managment/management/
- s/transacion/transaction/
Obtained from: NetBSD
(cherry picked from commit 61b88a230b)
This commit is contained in:
parent
6a9a097df9
commit
8bafcf60ef
2 changed files with 2 additions and 2 deletions
|
|
@ -2523,7 +2523,7 @@ hn_detach(device_t dev)
|
|||
hn_stop(sc, true);
|
||||
/*
|
||||
* NOTE:
|
||||
* hn_stop() only suspends data, so managment
|
||||
* hn_stop() only suspends data, so management
|
||||
* stuffs have to be suspended manually here.
|
||||
*/
|
||||
hn_suspend_mgmt(sc);
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
#define HN_NVS_RNDIS_MTYPE_CTRL 1
|
||||
|
||||
/*
|
||||
* NVS message transacion status codes.
|
||||
* NVS message transaction status codes.
|
||||
*/
|
||||
#define HN_NVS_STATUS_OK 1
|
||||
#define HN_NVS_STATUS_FAILED 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue