diff options
author | Martin Roth <gaumless@gmail.com> | 2022-05-28 12:34:44 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-30 04:25:20 +0000 |
commit | 4ef61b16885322f5b89c8294ed2b49124af7b070 (patch) | |
tree | 71d654aea18f316f08d9e47ae4e0d49b752acecf /src | |
parent | e44a3d28422ec5d1498bc8526ba7574a8c855ac5 (diff) |
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')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index f1b4b846b6..e04639e86f 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. |