From 87426f56d7066c7399b30b858689f75fc798c4ba Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 3 Dec 2008 13:27:44 +0000 Subject: [PATCH] typo in comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1406 42af7a65-404d-4744-a932-0658087f49c3 --- graphics/nxtk/nxtk_drawframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/nxtk/nxtk_drawframe.c b/graphics/nxtk/nxtk_drawframe.c index 40746621da..0b8a73361f 100644 --- a/graphics/nxtk/nxtk_drawframe.c +++ b/graphics/nxtk/nxtk_drawframe.c @@ -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;