aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/OTGv1
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-31 08:01:48 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-31 08:01:48 +0000
commitac528c28c72ed412c8c9d33dcf0967a723d6aede (patch)
tree02de4f8d2b1138d50a43c63604f1d7ad993b5d1a /os/hal/ports/STM32/LLD/OTGv1
parent5f4e2e23899cf213b69be82a1f47b8f6fc18ecb4 (diff)
downloadChibiOS-ac528c28c72ed412c8c9d33dcf0967a723d6aede.tar.gz
ChibiOS-ac528c28c72ed412c8c9d33dcf0967a723d6aede.tar.bz2
ChibiOS-ac528c28c72ed412c8c9d33dcf0967a723d6aede.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8659 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/OTGv1')
-rw-r--r--os/hal/ports/STM32/LLD/OTGv1/usb_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/OTGv1/usb_lld.c b/os/hal/ports/STM32/LLD/OTGv1/usb_lld.c
index e0d817d05..6224cbb5c 100644
--- a/os/hal/ports/STM32/LLD/OTGv1/usb_lld.c
+++ b/os/hal/ports/STM32/LLD/OTGv1/usb_lld.c
@@ -1276,7 +1276,7 @@ void usb_lld_clear_in(USBDriver *usbp, usbep_t ep) {
* @details This function must be executed by a system thread in order to
* make the USB driver work.
* @note The data copy part of the driver is implemented in this thread
- * in order to not perform heavy tasks withing interrupt handlers.
+ * in order to not perform heavy tasks within interrupt handlers.
*
* @param[in] p pointer to the @p USBDriver object
*