Date: Tue, 6 Sep 2022 05:48:21 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: 0122b7a0b848 - stable/12 - usb: Fix two typos in source code comments Message-ID: <202209060548.2865mLUx015327@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=0122b7a0b8489e309c601300637639c106979407 commit 0122b7a0b8489e309c601300637639c106979407 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:47:20 +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 c0ee22345fda..359a167eaf02 100644 --- a/sys/dev/usb/net/if_muge.c +++ b/sys/dev/usb/net/if_muge.c @@ -1583,7 +1583,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 f09dc421cf25..b4a2e58dbd98 100644 --- a/sys/dev/usb/net/if_smsc.c +++ b/sys/dev/usb/net/if_smsc.c @@ -1636,7 +1636,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?202209060548.2865mLUx015327>