From: Bhaskar Chowdhury Date: Fri, 26 Feb 2021 01:22:18 +0000 (-0800) Subject: init/Kconfig: fix a typo in CC_VERSION_TEXT help text X-Git-Tag: accepted/tizen/unified/20230118.172025~7728^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9c8bc4604c95a7c55293f244f67753f6e96096f;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Randy Dunlap Reviewed-by: Nathan Chancellor Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/Kconfig b/init/Kconfig index 719871f..efdc35a 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -19,7 +19,7 @@ config CC_VERSION_TEXT CC_VERSION_TEXT so it is recorded in include/config/auto.conf.cmd. When the compiler is updated, Kconfig will be invoked. - - Ensure full rebuild when the compier is updated + - Ensure full rebuild when the compiler is updated include/linux/kconfig.h contains this option in the comment line so fixdep adds include/config/cc/version/text.h into the auto-generated dependency. When the compiler is updated, syncconfig will touch it