Skip to content

Commit

Permalink
[PATCH] docs: small kbuild cleanup
Browse files Browse the repository at this point in the history
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@mvista.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Daniel Walker authored and Linus Torvalds committed Oct 4, 2006
1 parent 4e776b1 commit e95be9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/kbuild/kconfig-language.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/kbuild/makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e95be9a

Please sign in to comment.