summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-05-28 12:34:44 -0600
committerMartin L Roth <gaumless@tutanota.com>2022-05-30 04:25:20 +0000
commit4ef61b16885322f5b89c8294ed2b49124af7b070 (patch)
tree71d654aea18f316f08d9e47ae4e0d49b752acecf /src/Kconfig
parente44a3d28422ec5d1498bc8526ba7574a8c855ac5 (diff)
downloadcoreboot-4ef61b16885322f5b89c8294ed2b49124af7b070.tar.gz
coreboot-4ef61b16885322f5b89c8294ed2b49124af7b070.tar.bz2
coreboot-4ef61b16885322f5b89c8294ed2b49124af7b070.zip
src/Kconfig: Fix a spelling issue
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ibba8558dd1825a864b427097aff8552933cc6fc3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64751 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index f1b4b846b678..e04639e86f95 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -100,7 +100,7 @@ config ANY_TOOLCHAIN
default n
help
Many toolchains break when building coreboot since it uses quite
- unusual linker features. Unless developers explicitely request it,
+ unusual linker features. Unless developers explicitly request it,
we'll have to assume that they use their distro compiler by mistake.
Make sure that using patched compilers is a conscious decision.