diff options
author | Alfred Wingate <parona@protonmail.com> | 2021-10-24 14:17:48 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-10-25 15:44:21 -0400 |
commit | f9af5d70fe9d2fc8dc328a4455df3d23d556e1ac (patch) | |
tree | 22c267b8c1d48ee18cbc8e40a740d2482cd5f81b /eclass | |
parent | net-libs/neon: fix missing build dependencies (diff) | |
download | gentoo-f9af5d70fe9d2fc8dc328a4455df3d23d556e1ac.tar.gz gentoo-f9af5d70fe9d2fc8dc328a4455df3d23d556e1ac.tar.bz2 gentoo-f9af5d70fe9d2fc8dc328a4455df3d23d556e1ac.zip |
linux-mod.eclass: fix minor typo in eclass documentation
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22697
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 943efa5cd9be..9f4ae64f6b55 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 |