From 40e9e372738c38180562ab1ff3b1f91d42c14cdd Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 19 Jul 2011 13:40:15 +0000 Subject: Add sem_timedwait() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3798 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxhello/nxhello_bkgd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/nxhello') 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; -- cgit v1.2.3