aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@mns.spb.ru>2010-02-17 03:45:33 -0500
committerMichal Marek <mmarek@suse.cz>2010-02-17 08:19:20 -0500
commite8d400a933fa44e2fba3849b084e1ae5814d7fca (patch)
treec64a4a7e119b8433a6b7ab1ab5b7964b49621788
parentf81b1be40c44b33b9706d64c117edd29e627ad12 (diff)
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>
-rw-r--r--Documentation/kbuild/kbuild.txt2
-rw-r--r--Documentation/kbuild/makefiles.txt2
2 files changed, 2 insertions, 2 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
65Specify an optional fixed part of the binutils filename. 65Specify an optional fixed part of the binutils filename.
66CROSS_COMPILE can be a part of the filename or the full path. 66CROSS_COMPILE can be a part of the filename or the full path.
67 67
68CROSS_COMPILE is also used for ccache is some setups. 68CROSS_COMPILE is also used for ccache in some setups.
69 69
70CF 70CF
71-------------------------------------------------- 71--------------------------------------------------
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
index 71c602d61680..01351554df60 100644
--- a/Documentation/kbuild/makefiles.txt
+++ b/Documentation/kbuild/makefiles.txt
@@ -320,7 +320,7 @@ more details, with real examples.
320 subdir-ccflags-y, subdir-asflags-y 320 subdir-ccflags-y, subdir-asflags-y
321 The two flags listed above are similar to ccflags-y and as-falgs-y. 321 The two flags listed above are similar to ccflags-y and as-falgs-y.
322 The difference is that the subdir- variants has effect for the kbuild 322 The difference is that the subdir- variants has effect for the kbuild
323 file where tey are present and all subdirectories. 323 file where they are present and all subdirectories.
324 Options specified using subdir-* are added to the commandline before 324 Options specified using subdir-* are added to the commandline before
325 the options specified using the non-subdir variants. 325 the options specified using the non-subdir variants.
326 326