From 9599d8141f79aa721e47d7fd91e7b9bcfef3a7d5 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 2 Oct 2021 10:45:58 +0200 Subject: [PATCH] smsc(4): Fix a typo in a comment - s/setings/settings/ MFC after: 3 days --- 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 85cc955b9fb..33a90259b46 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)