apps/examples/nxlines/nxlines_bkgd.c: Fix a bad, copy-paste comment.

This commit is contained in:
Gregory Nutt 2019-03-19 08:17:14 -06:00
parent 1bdb63b742
commit 431333ad16

View File

@ -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.
*
****************************************************************************/