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:
Gordon Bergling 2024-02-24 10:13:44 +01:00
parent 6a9a097df9
commit 8bafcf60ef
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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