summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-06 14:11:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-06 14:11:58 -0600
commitf39591d25cc43180a68f2aa103277fbca9667635 (patch)
tree7400fd09c42f7f42b10ef96ec0c746f40eb15f2b
parente7a549ea4ab0c3a8d69ca6cec992c28334c3632e (diff)
downloadnuttx-f39591d25cc43180a68f2aa103277fbca9667635.tar.gz
nuttx-f39591d25cc43180a68f2aa103277fbca9667635.tar.bz2
nuttx-f39591d25cc43180a68f2aa103277fbca9667635.zip
Fix typo in BAS Kconfig
-rw-r--r--apps/interpreters/bas/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/bas/Kconfig b/apps/interpreters/bas/Kconfig
index ae027d63c..12c80828c 100644
--- a/apps/interpreters/bas/Kconfig
+++ b/apps/interpreters/bas/Kconfig
@@ -52,7 +52,7 @@ config INTERPRETER_BAS_USE_SELECT
config INTERPRETER_BAS_HAVE_FTRUNCATE
bool
default n
- ---help--
+ ---help---
NuttX does not currently support the ftruncate interface