mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
oce(4): Fix a typo in a source code comment
- s/addres/address/ (cherry picked from commit e991acd5d0f60fe3c57acb452003c551194a758b)
This commit is contained in:
parent
04ab41437a
commit
2b343cd2d5
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ oce_read_mac_addr(POCE_SOFTC sc, uint32_t if_id,
|
|||
goto error;
|
||||
}
|
||||
|
||||
/* copy the mac addres in the output parameter */
|
||||
/* copy the mac address in the output parameter */
|
||||
mac->size_of_struct = fwcmd->params.rsp.mac.size_of_struct;
|
||||
bcopy(&fwcmd->params.rsp.mac.mac_addr[0], &mac->mac_addr[0],
|
||||
mac->size_of_struct);
|
||||
|
|
|
|||
Loading…
Reference in a new issue