From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 694DA3882100; Fri, 14 Jun 2024 20:36:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 694DA3882100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718397395; bh=2Ry5HgWmPNLuaQ/R8acAzmJn9ivcxXHriBYkMDvvoSw=; h=From:To:Subject:Date:From; b=O9diOTmBFpfObPC3eq7WwXUH2vQNb3LDUami1HwrSuaufLrv56nVOcBc3RI94c6ci s1XyyBTTHdst8gCX42rivx9jCVN5qU5DCnAz4nWXBTFMCll1z/sSspTVS5sNfP7odk 0lP1OqKo5EMGKk3vlkA182OgmIcXpx1+TCa38+18= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc] elf: Change module-names to modules-names in comments X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/master X-Git-Oldrev: 3953b5b88f674d33675662e2e8d3a5f3cfda720c X-Git-Newrev: 0b7f7842f812e7a70a79ce001e22942f7fe200aa Message-Id: <20240614203635.694DA3882100@sourceware.org> Date: Fri, 14 Jun 2024 20:36:35 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0b7f7842f812e7a70a79ce001e22942f7fe200aa commit 0b7f7842f812e7a70a79ce001e22942f7fe200aa Author: H.J. Lu Date: Fri Jun 14 13:29:21 2024 -0700 elf: Change module-names to modules-names in comments module-names should be modules-names. Signed-off-by: H.J. Lu Diff: --- elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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