summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-17 17:58:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-17 17:58:24 -0600
commite4b8618efac3ba770c6dc53afba6243949a30b00 (patch)
treefefb40812264b8844bd69d617d9b6e39ce5a86ad /NxWidgets/nxwm/src
parent1687baef2ec89857283e4cf481f3f6b575af1f73 (diff)
downloadnuttx-e4b8618efac3ba770c6dc53afba6243949a30b00.tar.gz
nuttx-e4b8618efac3ba770c6dc53afba6243949a30b00.tar.bz2
nuttx-e4b8618efac3ba770c6dc53afba6243949a30b00.zip
Cosmet updates to some comments
Diffstat (limited to 'NxWidgets/nxwm/src')
-rw-r--r--NxWidgets/nxwm/src/cmediaplayer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/src/cmediaplayer.cxx b/NxWidgets/nxwm/src/cmediaplayer.cxx
index 0c4831076..14ca32eed 100644
--- a/NxWidgets/nxwm/src/cmediaplayer.cxx
+++ b/NxWidgets/nxwm/src/cmediaplayer.cxx
@@ -1102,7 +1102,7 @@ void CMediaPlayer::checkFileSelection(void)
if (!openMediaFile(m_listbox->getSelectedOption()))
{
// Go to the STOPPED state on a failure to open the media file
- // The play button will be disable because m_fileIndex == -1.
+ // The play button will be disabled because m_fileIndex == -1.
gdbg("openMediaFile failed\n");
m_fileIndex = -1;