From a90364d14fc44d7092af3686e5cdd50539f796d8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 17 Mar 2019 13:46:46 -0600 Subject: [PATCH] libs/libnx/nxtk/nxtk_drawframe.c: Fix a one character typo in a comment --- libs/libnx/nxtk/nxtk_drawframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libnx/nxtk/nxtk_drawframe.c b/libs/libnx/nxtk/nxtk_drawframe.c index 6f7f5c422d..2a178c4d99 100644 --- a/libs/libnx/nxtk/nxtk_drawframe.c +++ b/libs/libnx/nxtk/nxtk_drawframe.c @@ -85,7 +85,7 @@ static void nxtk_drawframeside(FAR struct nxtk_framedwindow_s *fwnd, * Input Parameters: * fwnd - the framed window whose frame needs to be re-drawn. This must * have been previously created by nxtk_openwindow(). - * bounds - Only draw the ports of the frame within this bounding box. + * bounds - Only draw the parts of the frame within this bounding box. * (window relative coordinates). * * Returned Value: