summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-22 16:51:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-22 16:51:01 +0000
commit8a547ed6db3b7e17d90c8ebda107cafc98e7723e (patch)
treeb539ab99f3970b4040366175c9e765cbc5638c8f /misc
parent2c7698b2b107fb42b1ea0a1a9730008116876498 (diff)
downloadpx4-nuttx-8a547ed6db3b7e17d90c8ebda107cafc98e7723e.tar.gz
px4-nuttx-8a547ed6db3b7e17d90c8ebda107cafc98e7723e.tar.bz2
px4-nuttx-8a547ed6db3b7e17d90c8ebda107cafc98e7723e.zip
Fix errors and omissions in last checkin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5451 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/tools/kconfig-language.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tools/kconfig-language.txt b/misc/tools/kconfig-language.txt
index 44e2649fb..a686f9cd6 100644
--- a/misc/tools/kconfig-language.txt
+++ b/misc/tools/kconfig-language.txt
@@ -117,7 +117,7 @@ applicable everywhere (see syntax).
This attribute is only applicable to menu blocks, if the condition is
false, the menu block is not displayed to the user (the symbols
contained there can still be selected by other symbols, though). It is
- similar to a conditional "prompt" attribude for individual menu
+ similar to a conditional "prompt" attribute for individual menu
entries. Default value of "visible" is true.
- numerical ranges: "range" <symbol> <symbol> ["if" <expr>]