diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-03-04 18:16:11 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-07 19:08:24 +0400 |
commit | 40e47125e6c5110383b0176d7b9d530f2936b1ae (patch) | |
tree | 9653ac1f586cbfe36286c2d987c9330078eb37ad /Documentation/kbuild | |
parent | 4e70daaf05a181b6968e29e72e9f1c16a183e92c (diff) | |
download | linux-40e47125e6c5110383b0176d7b9d530f2936b1ae.tar.xz |
Documentation: Fix multiple typo in Documentation
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r-- | Documentation/kbuild/kconfig-language.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/kconfig-language.txt b/Documentation/kbuild/kconfig-language.txt index 44e2649fbb29..a686f9cd69c1 100644 --- a/Documentation/kbuild/kconfig-language.txt +++ b/Documentation/kbuild/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>] |