libs/libnx/nxtk/nxtk_drawframe.c: Fix a one character typo in a comment

This commit is contained in:
Gregory Nutt 2019-03-17 13:46:46 -06:00
parent 1b325342f4
commit a90364d14f
1 changed files with 1 additions and 1 deletions

View File

@ -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: