%s/requird/required/
%s/current XHCI/currently XHCI/

Signed-off-by: Heinrich Schuchardt <[email protected]>
---
 drivers/usb/host/usb-uclass.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/usb-uclass.c b/drivers/usb/host/usb-uclass.c
index 7247245a702..1c74d6fd39a 100644
--- a/drivers/usb/host/usb-uclass.c
+++ b/drivers/usb/host/usb-uclass.c
@@ -134,7 +134,7 @@ int usb_alloc_device(struct usb_device *udev)
        struct udevice *bus = udev->controller_dev;
        struct dm_usb_ops *ops = usb_get_ops(bus);
 
-       /* This is only requird by some controllers - current XHCI */
+       /* This is only required by some controllers - currently XHCI */
        if (!ops->alloc_device)
                return 0;
 
-- 
2.51.0

Reply via email to