From 431333ad167b4cd4729a9ddeea2d6dd6e5268cab Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 19 Mar 2019 08:17:14 -0600 Subject: [PATCH] apps/examples/nxlines/nxlines_bkgd.c: Fix a bad, copy-paste comment. --- examples/nxlines/nxlines_bkgd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nxlines/nxlines_bkgd.c b/examples/nxlines/nxlines_bkgd.c index c2cb91cc6..dafbb49ea 100644 --- a/examples/nxlines/nxlines_bkgd.c +++ b/examples/nxlines/nxlines_bkgd.c @@ -205,7 +205,7 @@ static void nxlines_kbdin(NXWINDOW hwnd, uint8_t nch, FAR const uint8_t *ch, * Name: nxlines_test * * Description: - * Print "Hello, World!" in the center of the display. + * Update line motion. * ****************************************************************************/