Message ID | 20210224081409.824278-1-unixbhaskar@gmail.com |
---|---|
State | New |
Headers | show |
Series | init: Kconfig: Fix a spelling compier to compiler in the file init/Kconfig | expand |
diff --git a/init/Kconfig b/init/Kconfig index b77c60f8b963..739c3425777b 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
s/compier/compiler/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.30.1