git: d0ddb5aacaba - main - usb: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Sep 2022 13:22:57 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=d0ddb5aacabab2cc5bbfbd18c3f07507b6acdb92
commit d0ddb5aacabab2cc5bbfbd18c3f07507b6acdb92
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:22:42 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 13:22:42 +0000
usb: Fix two typos in source code comments
- s/overriden/overridden/
MFC after: 3 days
---
sys/dev/usb/net/if_muge.c | 2 +-
sys/dev/usb/net/if_smsc.c | 2 +-
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: