From dd5155bc0f4765ad35cb485fb4eb9930ae365a7d Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Apr 2012 14:25:16 +0000 Subject: Update to README and comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4668 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/libnxwidgets/include/cimage.hxx | 2 +- NxWidgets/libnxwidgets/src/cimage.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'NxWidgets/libnxwidgets') diff --git a/NxWidgets/libnxwidgets/include/cimage.hxx b/NxWidgets/libnxwidgets/include/cimage.hxx index fa87b3f9c..47f4d557f 100644 --- a/NxWidgets/libnxwidgets/include/cimage.hxx +++ b/NxWidgets/libnxwidgets/include/cimage.hxx @@ -141,7 +141,7 @@ namespace NXWidgets public: /** - * Constructor for a label containing a string. + * Constructor for an image. * * @param pWidgetControl The controlling widget for the display * @param x The x coordinate of the image box, relative to its parent. diff --git a/NxWidgets/libnxwidgets/src/cimage.cxx b/NxWidgets/libnxwidgets/src/cimage.cxx index b57857e66..5e46b801b 100644 --- a/NxWidgets/libnxwidgets/src/cimage.cxx +++ b/NxWidgets/libnxwidgets/src/cimage.cxx @@ -168,7 +168,7 @@ void CImage::drawContents(CGraphicsPort *port) FAR nxwidget_pixel_t *buffer = new nxwidget_pixel_t[rect.getWidth()]; - // Set up a simple bitmap structure to describe on row + // Set up a simple bitmap structure to describe one row struct SBitmap bitmap; bitmap.bpp = m_bitmap->getBitsPerPixel(); -- cgit v1.2.3