Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2022 05:42:30 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 04f08f25b91b - stable/13 - usb: Fix two typos in source code comments
Message-ID:  <202209060542.2865gUq2011729@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:22:42 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209060542.2865gUq2011729>