]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - Documentation/kbuild/kconfig-language.txt
kconfig: some small fixes
[net-next-2.6.git] / Documentation / kbuild / kconfig-language.txt
index c412c245848f9116fb05361bb78e5189b43cfd51..b472e4e0ba674ca42c60ff889220f375133d848c 100644 (file)
@@ -181,7 +181,7 @@ Expressions are listed in decreasing order of precedence.
 (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
+respectively for calculations). A menu entry becomes visible when its
 expression evaluates to 'm' or 'y'.
 
 There are two types of symbols: constant and non-constant symbols.