aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-03 13:22:42 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-03 13:22:42 +0000
commitd0ddb5aacabab2cc5bbfbd18c3f07507b6acdb92 (patch)
treefdb6abd0d6ba262969d0b6f143cbbf39a9605b4b
parentfa52f9dc9aa1e3726c37e5a87d3d71d529df9e30 (diff)
downloadsrc-d0ddb5aacabab2cc5bbfbd18c3f07507b6acdb92.tar.gz
src-d0ddb5aacabab2cc5bbfbd18c3f07507b6acdb92.zip
usb: Fix two typos in source code comments
- s/overriden/overridden/ MFC after: 3 days
-rw-r--r--sys/dev/usb/net/if_muge.c2
-rw-r--r--sys/dev/usb/net/if_smsc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/net/if_muge.c b/sys/dev/usb/net/if_muge.c
index 88897dac8f50..3087eb40b40a 100644
--- a/sys/dev/usb/net/if_muge.c
+++ b/sys/dev/usb/net/if_muge.c
@@ -1582,7 +1582,7 @@ muge_attach_post(struct usb_ether *ue)
* @ue: the USB ethernet device
*
* Most of this is boilerplate code and copied from the base USB ethernet
- * driver. It has been overriden so that we can indicate to the system
+ * driver. It has been overridden so that we can indicate to the system
* that the chip supports H/W checksumming.
*
* RETURNS:
diff --git a/sys/dev/usb/net/if_smsc.c b/sys/dev/usb/net/if_smsc.c
index f6b0095af4ff..e3b4ae9a5cbd 100644
--- a/sys/dev/usb/net/if_smsc.c
+++ b/sys/dev/usb/net/if_smsc.c
@@ -1604,7 +1604,7 @@ smsc_attach_post(struct usb_ether *ue)
* @ue: the USB ethernet device
*
* Most of this is boilerplate code and copied from the base USB ethernet
- * driver. It has been overriden so that we can indicate to the system that
+ * driver. It has been overridden so that we can indicate to the system that
* the chip supports H/W checksumming.
*
* RETURNS: