summaryrefslogtreecommitdiff
path: root/nuttx/graphics/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/Kconfig')
-rw-r--r--nuttx/graphics/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/Kconfig b/nuttx/graphics/Kconfig
index 0b21d997a..f001f83fc 100644
--- a/nuttx/graphics/Kconfig
+++ b/nuttx/graphics/Kconfig
@@ -436,7 +436,7 @@ config NXTERM_NXKBDIN
---help---
Take input from the NX keyboard input callback. By default, keyboard
input is taken from stdin (/dev/console). If this option is set, then
- the interface nxcon_kdbin() is enabled. That interface may be driven
+ the interface nxterm_kdbin() is enabled. That interface may be driven
by window callback functions so that keyboard input *only* goes to the
top window.