diff mbox series

[COMMITTED] elf: Change module-names to modules-names in comments

Message ID 20240614203229.3489681-1-hjl.tools@gmail.com
State New
Headers show
Series [COMMITTED] elf: Change module-names to modules-names in comments | expand

Commit Message

H.J. Lu June 14, 2024, 8:32 p.m. UTC
module-names should be modules-names.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
---
 elf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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