Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 25 May 2020 20:47:17
Message-Id: 1590439627.855b6046f394f46c179c5f631fd8c4b0e5bdadc3.slyfox@gentoo
1 commit: 855b6046f394f46c179c5f631fd8c4b0e5bdadc3
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 20:43:52 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 20:47:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855b6046
7
8 toolchain-funcs.eclass: tweak comment
9
10 s/archiver indexer/archive indexer/
11
12 Reported-by: Arfrever Frehtes Taifersar Arahesis
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 eclass/toolchain-funcs.eclass | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
19 index 89b29ac24a0..a88d9a114ff 100644
20 --- a/eclass/toolchain-funcs.eclass
21 +++ b/eclass/toolchain-funcs.eclass
22 @@ -83,7 +83,7 @@ tc-getSTRIP() { tc-getPROG STRIP strip "$@"; }
23 tc-getNM() { tc-getPROG NM nm "$@"; }
24 # @FUNCTION: tc-getRANLIB
25 # @USAGE: [toolchain prefix]
26 -# @RETURN: name of the archiver indexer
27 +# @RETURN: name of the archive indexer
28 tc-getRANLIB() { tc-getPROG RANLIB ranlib "$@"; }
29 # @FUNCTION: tc-getREADELF
30 # @USAGE: [toolchain prefix]
31 @@ -160,7 +160,7 @@ tc-getBUILD_STRIP() { tc-getBUILD_PROG STRIP strip "$@"; }
32 tc-getBUILD_NM() { tc-getBUILD_PROG NM nm "$@"; }
33 # @FUNCTION: tc-getBUILD_RANLIB
34 # @USAGE: [toolchain prefix]
35 -# @RETURN: name of the archiver indexer for building binaries to run on the build machine
36 +# @RETURN: name of the archive indexer for building binaries to run on the build machine
37 tc-getBUILD_RANLIB() { tc-getBUILD_PROG RANLIB ranlib "$@"; }
38 # @FUNCTION: tc-getBUILD_READELF
39 # @USAGE: [toolchain prefix]