diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-08-27 12:49:07 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-08-27 12:49:07 -0400 |
commit | 992f5669b121a3a20ee42b922449c13ccb5c3af1 (patch) | |
tree | 33eb454411c886590c5ed4019457be133d43f500 /eclass/linux-info.eclass | |
parent | app-text/docbook-sgml-dtd-4.5-r1: add missing Prefix keywords (diff) | |
download | gentoo-992f5669b121a3a20ee42b922449c13ccb5c3af1.tar.gz gentoo-992f5669b121a3a20ee42b922449c13ccb5c3af1.tar.bz2 gentoo-992f5669b121a3a20ee42b922449c13ccb5c3af1.zip |
Linux-info.eclass : Fix typo in comment
Closes: https://bugs.gentoo.org/669026
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r-- | eclass/linux-info.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 6da13cc0b2f5..124fb70e78ad 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() { |