summaryrefslogtreecommitdiff
path: root/apps/examples/nxhello
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxhello')
-rw-r--r--apps/examples/nxhello/nxhello_bkgd.c4
-rw-r--r--apps/examples/nxhello/nxhello_main.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/nxhello/nxhello_bkgd.c b/apps/examples/nxhello/nxhello_bkgd.c
index f3c6b8add..3b609d1f6 100644
--- a/apps/examples/nxhello/nxhello_bkgd.c
+++ b/apps/examples/nxhello/nxhello_bkgd.c
@@ -332,10 +332,10 @@ static void nxhello_initglyph(FAR uint8_t *glyph, uint8_t height,
****************************************************************************/
/****************************************************************************
- * Name: nxhello_write
+ * Name: nxhello_hello
*
* Description:
- * Put a sequence of bytes in the window.
+ * Print "Hello, World!" in the center of the display.
*
****************************************************************************/
diff --git a/apps/examples/nxhello/nxhello_main.c b/apps/examples/nxhello/nxhello_main.c
index 98b16bb1d..4f6701aa5 100644
--- a/apps/examples/nxhello/nxhello_main.c
+++ b/apps/examples/nxhello/nxhello_main.c
@@ -274,7 +274,7 @@ int MAIN_NAME(int argc, char *argv[])
}
message(MAIN_NAME_STRING ": Screen resolution (%d,%d)\n", g_nxhello.xres, g_nxhello.yres);
- /* Now, say hello and exit, leeping a little before each. */
+ /* Now, say hello and exit, sleeping a little before each. */
sleep(1);
nxhello_hello(g_nxhello.hbkgd);