summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/nxtext_putc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxtext/nxtext_putc.c')
-rw-r--r--apps/examples/nxtext/nxtext_putc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxtext/nxtext_putc.c b/apps/examples/nxtext/nxtext_putc.c
index 14b889edf..f1125f17d 100644
--- a/apps/examples/nxtext/nxtext_putc.c
+++ b/apps/examples/nxtext/nxtext_putc.c
@@ -443,7 +443,7 @@ void nxtext_newline(FAR struct nxtext_state_s *st)
st->fpos.x = st->spwidth;
- /* Linefeed: Done the max font height + 2 */
+ /* Linefeed: Down the max font height + 2 */
st->fpos.y += (st->fheight + 2);
}