summaryrefslogtreecommitdiffstats
path: root/common/usb.c
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2016-03-15 12:16:39 -0700
committerTom Rini <trini@konsulko.com>2016-03-22 12:16:16 -0400
commita6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6 (patch)
treedf532a5c7a2877178c9a93f45c521d0cefdfc691 /common/usb.c
parent0af49b9575476587d7c0cfd79ba29a21aa50bc05 (diff)
downloadblackbird-obmc-uboot-a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6.tar.gz
blackbird-obmc-uboot-a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6.zip
Fix spelling of "transferred".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Acked-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/usb.c')
-rw-r--r--common/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb.c b/common/usb.c
index 45a5a0f9c7..4d0de4d87e 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -210,7 +210,7 @@ int usb_submit_int_msg(struct usb_device *dev, unsigned long pipe,
* clear keyboards LEDs). For data transfers, (storage transfers) we don't
* allow control messages with 0 timeout, by previousely resetting the flag
* asynch_allowed (usb_disable_asynch(1)).
- * returns the transfered length if OK or -1 if error. The transfered length
+ * returns the transferred length if OK or -1 if error. The transferred length
* and the current status are stored in the dev->act_len and dev->status.
*/
int usb_control_msg(struct usb_device *dev, unsigned int pipe,
OpenPOWER on IntegriCloud