oce(4): Fix a typo in a source code comment

- s/addres/address/

(cherry picked from commit e991acd5d0)
This commit is contained in:
Gordon Bergling 2024-04-18 16:19:18 +02:00
parent 39ccab474a
commit c61eb1679d

View file

@ -473,7 +473,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);