mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Fix spelling of "occurred".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
09c2b8f3e3
commit
eae4b2b67b
@@ -475,7 +475,7 @@ static int usb_scan_port(struct usb_device_scan *usb_scan)
|
||||
return 0;
|
||||
|
||||
/* Otherwise the device will get removed */
|
||||
printf("Port %d over-current occured %d times\n", i + 1,
|
||||
printf("Port %d over-current occurred %d times\n", i + 1,
|
||||
hub->overcurrent_count[i]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user