summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-19 13:40:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-19 13:40:15 +0000
commit40e9e372738c38180562ab1ff3b1f91d42c14cdd (patch)
tree777ddb1086710d25cc44e95e2edaee89a35b9361 /apps
parent5008a83d14dd96fd953cd698c5d4a2780a77cea9 (diff)
downloadnuttx-40e9e372738c38180562ab1ff3b1f91d42c14cdd.tar.gz
nuttx-40e9e372738c38180562ab1ff3b1f91d42c14cdd.tar.bz2
nuttx-40e9e372738c38180562ab1ff3b1f91d42c14cdd.zip
Add sem_timedwait()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3798 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/nxhello/nxhello_bkgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxhello/nxhello_bkgd.c b/apps/examples/nxhello/nxhello_bkgd.c
index 91df00f16..950d6e837 100644
--- a/apps/examples/nxhello/nxhello_bkgd.c
+++ b/apps/examples/nxhello/nxhello_bkgd.c
@@ -384,7 +384,7 @@ void nxhello_hello(NXWINDOW hwnd)
uint8_t fwidth; /* Width of this glyph (in pixels) */
uint8_t fstride; /* Width of the glyph row (in bytes) */
- /* Get information about the fount bitmap */
+ /* Get information about the font bitmap */
fwidth = fbm->metric.width + fbm->metric.xoffset;
fheight = fbm->metric.height + fbm->metric.yoffset;