Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kirill Smelkov and committed by
Michal Marek
e8d400a9 f81b1be4

+2 -2
+1 -1
Documentation/kbuild/kbuild.txt
··· 65 65 Specify an optional fixed part of the binutils filename. 66 66 CROSS_COMPILE can be a part of the filename or the full path. 67 67 68 - CROSS_COMPILE is also used for ccache is some setups. 68 + CROSS_COMPILE is also used for ccache in some setups. 69 69 70 70 CF 71 71 --------------------------------------------------
+1 -1
Documentation/kbuild/makefiles.txt
··· 320 320 subdir-ccflags-y, subdir-asflags-y 321 321 The two flags listed above are similar to ccflags-y and as-falgs-y. 322 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 324 Options specified using subdir-* are added to the commandline before 325 325 the options specified using the non-subdir variants. 326 326