The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=717200690020654c4b525a352ba728c4ccf0e924
commit 717200690020654c4b525a352ba728c4ccf0e924 Author: Gordon Bergling <[email protected]> AuthorDate: 2021-10-02 08:45:58 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2021-10-06 06:21:05 +0000 smsc(4): Fix a typo in a comment - s/setings/settings/ (cherry picked from commit 9599d8141f79aa721e47d7fd91e7b9bcfef3a7d5) --- sys/dev/usb/net/if_smsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/net/if_smsc.c b/sys/dev/usb/net/if_smsc.c index 85cc955b9fbf..33a90259b464 100644 --- a/sys/dev/usb/net/if_smsc.c +++ b/sys/dev/usb/net/if_smsc.c @@ -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)
