fix typo on up_udelay
authorsunghan <sh924.chang@samsung.com>
Fri, 7 Apr 2017 07:33:08 +0000 (16:33 +0900)
committersunghan <sh924.chang@samsung.com>
Fri, 7 Apr 2017 07:33:08 +0000 (16:33 +0900)
os/arch/arm/src/common/up_udelay.c

index b0b84ea..d6169e3 100644 (file)
@@ -92,7 +92,7 @@
  * Description:
  *   Delay inline for the requested number of microseconds.  NOTE:  Because
  *   of all of the setup, several microseconds will be lost before the actual
- *   timing looop begins.  Thus, the delay will always be a few microseconds
+ *   timing loop begins.  Thus, the delay will always be a few microseconds
  *   longer than requested.
  *
  *   *** NOT multi-tasking friendly ***