From ac528c28c72ed412c8c9d33dcf0967a723d6aede Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 31 Dec 2015 08:01:48 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8659 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/OTGv1/usb_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports/STM32/LLD/OTGv1') 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 * -- cgit v1.2.3