Commit 31fae3b5 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Typo: 2.6.0 docs about kbuild.

From: BlaisorBlade <blaisorblade_spam@yahoo.it>

This fixes a "typo" for Kconfig-language docs.
parent c3f46561
......@@ -141,8 +141,8 @@ Expressions are listed in decreasing order of precedence.
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment