commit: 992f5669b121a3a20ee42b922449c13ccb5c3af1 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Fri Aug 27 16:49:07 2021 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Fri Aug 27 16:49:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992f5669
Linux-info.eclass : Fix typo in comment Closes: https://bugs.gentoo.org/669026 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> eclass/linux-info.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 6da13cc0b2f..124fb70e78a 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -457,7 +457,7 @@ get_version_warning_done= # # The kernel version variables (KV_MAJOR, KV_MINOR, KV_PATCH, KV_EXTRA and KV_LOCAL) are also set. # -# The KV_DIR is set using the KERNEL_DIR env var, the KV_DIR_OUT is set using a valid +# The KV_DIR is set using the KERNEL_DIR env var, the KV_OUT_DIR is set using a valid # KBUILD_OUTPUT (in a decreasing priority list, we look for the env var, makefile var or the # symlink /lib/modules/${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}${KV_EXTRA}/build). get_version() {
