smsc(4): Fix a typo in a comment

- s/setings/settings/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-10-02 10:45:58 +02:00
parent efd8749fe5
commit 9599d8141f

View File

@ -1411,7 +1411,7 @@ smsc_chip_init(struct smsc_softc *sc)
reg_val &= ~SMSC_HW_CFG_RXDOFF;
reg_val |= (ETHER_ALIGN << 9) & SMSC_HW_CFG_RXDOFF;
/* The following setings are used for 'turbo mode', a.k.a multiple frames
/* The following settings are used for 'turbo mode', a.k.a multiple frames
* per Rx transaction (again info taken form Linux driver).
*/
if (smsc_rx_packet_batching)