Skip to content
Snippets Groups Projects
Commit 87426f56 authored by patacongo's avatar patacongo
Browse files

typo in comments

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1406 42af7a65-404d-4744-a932-0658087f49c3
parent e16ba8a5
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ int nxtk_drawframe(FAR struct nxtk_framedwindow_s *fwnd,
nxtk_drawframeside(fwnd, &frame, bounds, g_bordercolor2);
#endif
/* Draw the inner right side, Thickness: 1, Color: CONFIG_NXTK_BORDERCOLOR2 */
/* Draw the inner left side, Thickness: 1, Color: CONFIG_NXTK_BORDERCOLOR2 */
#if CONFIG_NXTK_BORDERWIDTH > 1
frame.pt1.y = CONFIG_NXTK_BORDERWIDTH - 1 + tbsize.h;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment