git: d4c871243f06 - stable/13 - usb: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 06:48:08 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=d4c871243f0616d94fbbc6e174f89638367de832
commit d4c871243f0616d94fbbc6e174f89638367de832
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 16:32:20 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-23 06:46:42 +0000
usb: Fix two typos in source code comments
- s/bascially/basically/
- s/assistence/assistance/
(cherry picked from commit f5e3329a5a480aa1b2904106b2fdfd999439455b)
---
sys/dev/usb/misc/udbp.h | 2 +-
sys/dev/usb/serial/uftdi_reg.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/dev/usb/misc/udbp.h b/sys/dev/usb/misc/udbp.h
index eb2c27d5f9ef..a12cc739ef80 100644
--- a/sys/dev/usb/misc/udbp.h
+++ b/sys/dev/usb/misc/udbp.h
@@ -63,7 +63,7 @@ struct ngudbpstat {
/*
* This is used to define the 'parse type' for a struct ngudbpstat, which
- * is bascially a description of how to convert a binary struct ngudbpstat
+ * is basically a description of how to convert a binary struct ngudbpstat
* to an ASCII string and back. See ng_parse.h for more info.
*
* This needs to be kept in sync with the above structure definition
diff --git a/sys/dev/usb/serial/uftdi_reg.h b/sys/dev/usb/serial/uftdi_reg.h
index 80936f80b6fa..19794413cf2f 100644
--- a/sys/dev/usb/serial/uftdi_reg.h
+++ b/sys/dev/usb/serial/uftdi_reg.h
@@ -8,7 +8,7 @@
* USB on the other.
*
* Thanx to FTDI (http://www.ftdi.co.uk) for so kindly providing details
- * of the protocol required to talk to the device and ongoing assistence
+ * of the protocol required to talk to the device and ongoing assistance
* during development.
*
* Bill Ryder - bryder@sgi.com of Silicon Graphics, Inc. is the original