From: H.J. Lu Date: Fri, 14 Jun 2024 20:29:21 +0000 (-0700) Subject: elf: Change module-names to modules-names in comments X-Git-Tag: glibc-2.40~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b7f7842f812e7a70a79ce001e22942f7fe200aa;p=thirdparty%2Fglibc.git elf: Change module-names to modules-names in comments module-names should be modules-names. Signed-off-by: H.J. Lu --- diff --git a/elf/Makefile b/elf/Makefile index 57b3a19d36..bb6cd06dec 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1153,7 +1153,7 @@ modules-names += \ ifuncmod1 \ ifuncmod3 \ ifuncmod6 \ - # module-names + # modules-names ifeq (no,$(with-lld)) modules-names += ifuncmod5 endif