summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx')
-rw-r--r--NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx b/NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx
index e54bd4e6a..07a1f116d 100644
--- a/NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx
+++ b/NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx
@@ -272,7 +272,7 @@ void CTextBoxTest::injectChars(CTextBox *textbox, int nCh, FAR const uint8_t *st
(void)nx_kbdchin(handle, string[i]);
- // Widget events are normally handled in a modal loop (by calling goModal()).
+ // Widget events are normally handled in a modal loop.
// However, for this case we know when there should be keyboard events pending,
// events so we don't have to poll repeatedly. We can just perform a one pass
// poll