diff options
author | Kirill Smelkov <kirr@mns.spb.ru> | 2010-02-17 11:45:33 +0300 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-02-17 14:19:20 +0100 |
commit | e8d400a933fa44e2fba3849b084e1ae5814d7fca (patch) | |
tree | c64a4a7e119b8433a6b7ab1ab5b7964b49621788 /Documentation/kbuild/kbuild.txt | |
parent | f81b1be40c44b33b9706d64c117edd29e627ad12 (diff) | |
download | linux-e8d400a933fa44e2fba3849b084e1ae5814d7fca.tar.gz linux-e8d400a933fa44e2fba3849b084e1ae5814d7fca.tar.xz |
kbuild: fix a couple of typos in Documentation
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Documentation/kbuild/kbuild.txt')
-rw-r--r-- | Documentation/kbuild/kbuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt index 6f8c1cabbc5d..84725b72675a 100644 --- a/Documentation/kbuild/kbuild.txt +++ b/Documentation/kbuild/kbuild.txt @@ -65,7 +65,7 @@ CROSS_COMPILE Specify an optional fixed part of the binutils filename. CROSS_COMPILE can be a part of the filename or the full path. -CROSS_COMPILE is also used for ccache is some setups. +CROSS_COMPILE is also used for ccache in some setups. CF -------------------------------------------------- |