summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2011-12-31 16:53:41 +0000
committerMichael Sparmann <theseven@rockbox.org>2011-12-31 16:53:41 +0000
commita9b5c2af933db0c9a8667996a0d577911971c6c7 (patch)
treec5d66665c20fa41059b174d855aa2de0e33a0587 /firmware/usbstack
parent9c720393b2e371d8ef3cad31f7e3cd14362ecb48 (diff)
downloadrockbox-a9b5c2af933db0c9a8667996a0d577911971c6c7.tar.gz
rockbox-a9b5c2af933db0c9a8667996a0d577911971c6c7.zip
usb_core: Fix typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31482 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/usbstack')
-rw-r--r--firmware/usbstack/usb_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/usb_core.c b/firmware/usbstack/usb_core.c
index 60a81b84a1..1ea70ee882 100644
--- a/firmware/usbstack/usb_core.c
+++ b/firmware/usbstack/usb_core.c
@@ -885,7 +885,7 @@ void usb_core_transfer_complete(int endpoint, int dir, int status, int length)
completion_event->data = 0;
completion_event->status = status;
completion_event->length = length;
- /* All other endoints. Let the thread deal with it */
+ /* All other endpoints. Let the thread deal with it */
usb_signal_transfer_completion(completion_event);
break;
}