elf: Change module-names to modules-names in comments

module-names should be modules-names.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
H.J. Lu 2024-06-14 13:29:21 -07:00
parent 3953b5b88f
commit 0b7f7842f8

View File

@ -1153,7 +1153,7 @@ modules-names += \
ifuncmod1 \ ifuncmod1 \
ifuncmod3 \ ifuncmod3 \
ifuncmod6 \ ifuncmod6 \
# module-names # modules-names
ifeq (no,$(with-lld)) ifeq (no,$(with-lld))
modules-names += ifuncmod5 modules-names += ifuncmod5
endif endif