[PATCH 1/1] usb: fix typos in include/usbdescriptors.h
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Jan 2 20:19:56 CET 2026
%s/heirarchy/hierarchy/
%s/usb/USB/
%s/configuratin/configuration/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
include/usbdescriptors.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/usbdescriptors.h b/include/usbdescriptors.h
index db1d6ef791b..6ad831ffefd 100644
--- a/include/usbdescriptors.h
+++ b/include/usbdescriptors.h
@@ -18,8 +18,8 @@
/* USB Descriptors - Create a complete description of all of the
* function driver capabilities. These map directly to the USB descriptors.
*
- * This heirarchy is created by the functions drivers and is passed to the
- * usb-device driver when the function driver is registered.
+ * This hierarchy is created by the functions drivers and is passed to the
+ * USB-device driver when the function driver is registered.
*
* device
* configuration
@@ -45,13 +45,13 @@
* made available to a USB HOST during the enumeration process.
*
* The USB HOST will select a configuration and optionally an interface with
- * the usb set configuration and set interface commands.
+ * the USB set configuration and set interface commands.
*
* The selected interface (or the default interface if not specifically
* selected) will define the list of endpoints that will be used.
*
* The configuration and interfaces are stored in an array that is indexed
- * by the specified configuratin or interface number minus one.
+ * by the specified configuration or interface number minus one.
*
* A configuration number of zero is used to specify a return to the unconfigured
* state.
--
2.51.0
More information about the U-Boot
mailing list