[PATCH] testusb: Fix the cacography in testusb.c

From: Ba Jing
Date: Wed Sep 11 2024 - 04:31:01 EST


The word 'configuratiens' is wrong, so fix it.

Signed-off-by: Ba Jing <bajing@xxxxxxxxxxxxxxxxxxxx>
---
tools/usb/testusb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/usb/testusb.c b/tools/usb/testusb.c
index cbaa1b9fdeac..1cc86da27a90 100644
--- a/tools/usb/testusb.c
+++ b/tools/usb/testusb.c
@@ -226,7 +226,7 @@ static int testdev_ifnum(FILE *fd)

/* the FunctionFS gadget can have the source/sink interface
* anywhere. We look for an interface descriptor that match
- * what we expect. We ignore configuratiens thou. */
+ * what we expect. We ignore configurations thou. */

if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4ac
&& (dev.bDeviceClass == USB_CLASS_PER_INTERFACE
--
2.33.0