projects
/
rtos
/
tinyara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d0d9f
)
fix typo on up_udelay
author
sunghan
<sh924.chang@samsung.com>
Fri, 7 Apr 2017 07:33:08 +0000
(16:33 +0900)
committer
sunghan
<sh924.chang@samsung.com>
Fri, 7 Apr 2017 07:33:08 +0000
(16:33 +0900)
os/arch/arm/src/common/up_udelay.c
patch
|
blob
|
history
diff --git
a/os/arch/arm/src/common/up_udelay.c
b/os/arch/arm/src/common/up_udelay.c
index
b0b84ea
..
d6169e3
100644
(file)
--- a/
os/arch/arm/src/common/up_udelay.c
+++ b/
os/arch/arm/src/common/up_udelay.c
@@
-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 loo
o
p 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 ***