From 4f149f53be8d90094d2a350616b6c6b06e18f84d Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Wed, 4 Oct 2006 02:15:21 -0700 Subject: [PATCH] --- yaml --- r: 38339 b: refs/heads/master c: e95be9a5326f0f6d314a7aa04a3c0c0e67fa976b h: refs/heads/master i: 38337: 00df9d0ba55671ac59dcc7a5e006beb438117a7a 38335: 0a931bbf2dadc7aa4fb9b20e19030ac320cdf789 v: v3 --- [refs] | 2 +- trunk/Documentation/kbuild/kconfig-language.txt | 2 +- trunk/Documentation/kbuild/makefiles.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a9fbe6828afe..706101dea668 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4e776b1d5e976d6bb2aafb177dde7d5f8d2bf37f +refs/heads/master: e95be9a5326f0f6d314a7aa04a3c0c0e67fa976b diff --git a/trunk/Documentation/kbuild/kconfig-language.txt b/trunk/Documentation/kbuild/kconfig-language.txt index 7f34778dd23b..125093c3ef76 100644 --- a/trunk/Documentation/kbuild/kconfig-language.txt +++ b/trunk/Documentation/kbuild/kconfig-language.txt @@ -1,7 +1,7 @@ Introduction ------------ -The configuration database is collection of configuration options +The configuration database is a collection of configuration options organized in a tree structure: +- Code maturity level options diff --git a/trunk/Documentation/kbuild/makefiles.txt b/trunk/Documentation/kbuild/makefiles.txt index e2cbd59cf2d0..50f4eddf899c 100644 --- a/trunk/Documentation/kbuild/makefiles.txt +++ b/trunk/Documentation/kbuild/makefiles.txt @@ -390,7 +390,7 @@ more details, with real examples. The kernel may be built with several different versions of $(CC), each supporting a unique set of features and options. kbuild provide basic support to check for valid options for $(CC). - $(CC) is useally the gcc compiler, but other alternatives are + $(CC) is usually the gcc compiler, but other alternatives are available. as-option