The branch stable/13 has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=04f08f25b91b7b4fc098572b33ed2fd68ae1c2f4

commit 04f08f25b91b7b4fc098572b33ed2fd68ae1c2f4
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-03 13:22:42 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-09-06 05:37:58 +0000

    usb: Fix two typos in source code comments
    
    - s/overriden/overridden/
    
    (cherry picked from commit d0ddb5aacabab2cc5bbfbd18c3f07507b6acdb92)
---
 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 439181906153..895e534d899d 100644
--- a/sys/dev/usb/net/if_muge.c
+++ b/sys/dev/usb/net/if_muge.c
@@ -1585,7 +1585,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 00c127937412..b95b8b274a6e 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:

Reply via email to