[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20061001160130.326875000@mvista.com>
Date: Sun, 01 Oct 2006 09:01:30 -0700
From: dwalker@...sta.com
To: akpm@...l.org
Cc: jengelh@....de
Subject: [PATCH] docs: small kbuild cleanup
While reading this I noticed that the contents of this document
list section "3.8 Command line dependency" but it doesn't exist
in the document.
Signed-Off-By: Daniel Walker <dwalker@...sta.com>
---
Documentation/kbuild/kconfig-language.txt | 2 +-
Documentation/kbuild/makefiles.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6.18/Documentation/kbuild/kconfig-language.txt
===================================================================
--- linux-2.6.18.orig/Documentation/kbuild/kconfig-language.txt
+++ linux-2.6.18/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
Index: linux-2.6.18/Documentation/kbuild/makefiles.txt
===================================================================
--- linux-2.6.18.orig/Documentation/kbuild/makefiles.txt
+++ linux-2.6.18/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
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists