commit: f9af5d70fe9d2fc8dc328a4455df3d23d556e1ac Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Oct 24 14:17:48 2021 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Mon Oct 25 19:44:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9af5d70
linux-mod.eclass: fix minor typo in eclass documentation Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/22697 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> eclass/linux-mod.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 943efa5cd9b..9f4ae64f6b5 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -726,7 +726,7 @@ linux-mod_src_compile() { # @FUNCTION: linux-mod_src_install # @DESCRIPTION: -# It install the modules specified in MODULES_NAME. The modules should be inside the ${objdir} +# It install the modules specified in MODULE_NAMES. The modules should be inside the ${objdir} # directory and they are installed inside /lib/modules/${KV_FULL}/${libdir}. # # The modprobe.d configuration file is automatically generated if the
