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

Configure Feed

Select the types of activity you want to include in your feed.

init/Kconfig: fix a typo in CC_VERSION_TEXT help text

s/compier/compiler/

Link: https://lkml.kernel.org/r/20210224223325.29099-1-unixbhaskar@gmail.com
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Bhaskar Chowdhury and committed by
Linus Torvalds
f9c8bc46 a5a673f7

+1 -1
+1 -1
init/Kconfig
··· 19 19 CC_VERSION_TEXT so it is recorded in include/config/auto.conf.cmd. 20 20 When the compiler is updated, Kconfig will be invoked. 21 21 22 - - Ensure full rebuild when the compier is updated 22 + - Ensure full rebuild when the compiler is updated 23 23 include/linux/kconfig.h contains this option in the comment line so 24 24 fixdep adds include/config/cc/version/text.h into the auto-generated 25 25 dependency. When the compiler is updated, syncconfig will touch it