From: BlaisorBlade This fixes a "typo" for Kconfig-language docs. Documentation/kbuild/kconfig-language.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN Documentation/kbuild/kconfig-language.txt~kbuild-doc-typo-fix Documentation/kbuild/kconfig-language.txt --- 25/Documentation/kbuild/kconfig-language.txt~kbuild-doc-typo-fix 2003-12-24 10:33:11.000000000 -0800 +++ 25-akpm/Documentation/kbuild/kconfig-language.txt 2003-12-24 10:33:11.000000000 -0800 @@ -141,8 +141,8 @@ Expressions are listed in decreasing ord otherwise 'y'. (4) Returns the value of the expression. Used to override precedence. (5) Returns the result of (2-/expr/). -(6) Returns the result of max(/expr/, /expr/). -(7) Returns the result of min(/expr/, /expr/). +(6) Returns the result of min(/expr/, /expr/). +(7) Returns the result of max(/expr/, /expr/). An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2 respectively for calculations). A menu entry becomes visible when it's _