summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-15 18:55:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-15 18:55:59 -0600
commit3b23fa49224b3134f09d7773bc5fd9c2d768f5fa (patch)
treebde33b0c989571ab22b362b64004a96998f695ba /NxWidgets/libnxwidgets/src
parent51f6033f8d5958d0f4c8cf72aa1e8ab302d50b90 (diff)
downloadnuttx-3b23fa49224b3134f09d7773bc5fd9c2d768f5fa.tar.gz
nuttx-3b23fa49224b3134f09d7773bc5fd9c2d768f5fa.tar.bz2
nuttx-3b23fa49224b3134f09d7773bc5fd9c2d768f5fa.zip
NxWM: Cosmetic changes to naming and comments
Diffstat (limited to 'NxWidgets/libnxwidgets/src')
-rw-r--r--NxWidgets/libnxwidgets/src/cnxwidget.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/cstickyimage.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/libnxwidgets/src/cnxwidget.cxx b/NxWidgets/libnxwidgets/src/cnxwidget.cxx
index 4cf7b9b28..7db9eee99 100644
--- a/NxWidgets/libnxwidgets/src/cnxwidget.cxx
+++ b/NxWidgets/libnxwidgets/src/cnxwidget.cxx
@@ -781,7 +781,7 @@ bool CNxWidget::release(nxgl_coord_t x, nxgl_coord_t y)
onPreRelease(x, y);
- // Now mark the widget as NOT clicked and stop draggin actions.
+ // Now mark the widget as NOT clicked and stop dragging actions.
m_flags.clicked = false;
stopDragging(x, y);
diff --git a/NxWidgets/libnxwidgets/src/cstickyimage.cxx b/NxWidgets/libnxwidgets/src/cstickyimage.cxx
index a4f9c6849..fd9ebb55f 100644
--- a/NxWidgets/libnxwidgets/src/cstickyimage.cxx
+++ b/NxWidgets/libnxwidgets/src/cstickyimage.cxx
@@ -68,7 +68,7 @@ using namespace NXWidgets;
* @param height The height of the image box.
* @param bitmap The source bitmap image.
* @param style The style that the widget should use. If this is not
- * specified, the button will use the global default widget
+ * specified, the image will use the global default widget
* style.
*/