commit | edfdb998209e603f8c9f9e848a5976f3cc539cc1 | [log] [tgz] |
---|---|---|
author | Vagrant Cascadian <vagrant@debian.org> | Sat Apr 30 19:18:00 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon May 02 18:37:09 2016 -0400 |
tree | ae51716b64a81b720d9513c5e33262c0d0a88e57 | |
parent | 07dafdb785b8000d56d8dd75fdbd6638ae838495 [diff] [blame] |
Fix spelling of "occurred". Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/common/usb_hub.c b/common/usb_hub.c index e6a2cdb..4f59802 100644 --- a/common/usb_hub.c +++ b/common/usb_hub.c
@@ -475,7 +475,7 @@ 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]); }