diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:45:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:36:01 +0200 |
commit | 7f2310fc184793507f6ed29129f6718fcda1163f (patch) | |
tree | cf7aa16923595b9eb3c3f52631ce69c72a27db63 | |
parent | kernel-2.eclass: fix spelling (diff) | |
download | gentoo-7f2310fc184793507f6ed29129f6718fcda1163f.tar.gz gentoo-7f2310fc184793507f6ed29129f6718fcda1163f.tar.bz2 gentoo-7f2310fc184793507f6ed29129f6718fcda1163f.zip |
linux-info.eclass: fix spelling
Thanks to codespell.
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | eclass/linux-info.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 66cf77f1dd81..d20afb308c19 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -85,8 +85,8 @@ KERNEL_DIR="${KERNEL_DIR:-${ROOT%/}/usr/src/linux}" # e.g.: ERROR_MTRR="MTRR exists in the .config but shouldn't!!" # # CONFIG_CHECK="CFG" with ERROR_<CFG>="Error Message" will die -# CONFIG_CHECK="~CFG" with ERROR_<CFG>="Error Message" calls eerror without dieing -# CONFIG_CHECK="~CFG" with WARNING_<CFG>="Warning Message" calls ewarn without dieing +# CONFIG_CHECK="~CFG" with ERROR_<CFG>="Error Message" calls eerror without dying +# CONFIG_CHECK="~CFG" with WARNING_<CFG>="Warning Message" calls ewarn without dying # @ECLASS_VARIABLE: KBUILD_OUTPUT @@ -290,7 +290,7 @@ _LINUX_CONFIG_EXISTS_DONE= # @FUNCTION: linux_config_qa_check # @INTERNAL # @DESCRIPTION: -# Helper funciton which returns an error before the function argument is run if no config exists +# Helper function which returns an error before the function argument is run if no config exists linux_config_qa_check() { local f="$1" |