From: Sergei Trofimovich Date: Mon, 25 May 2020 20:43:52 +0000 (+0100) Subject: toolchain-funcs.eclass: tweak comment X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=855b6046f394f46c179c5f631fd8c4b0e5bdadc3;p=gentoo.git toolchain-funcs.eclass: tweak comment s/archiver indexer/archive indexer/ Reported-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Sergei Trofimovich --- diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 89b29ac24a0d..a88d9a114ff0 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -83,7 +83,7 @@ tc-getSTRIP() { tc-getPROG STRIP strip "$@"; } tc-getNM() { tc-getPROG NM nm "$@"; } # @FUNCTION: tc-getRANLIB # @USAGE: [toolchain prefix] -# @RETURN: name of the archiver indexer +# @RETURN: name of the archive indexer tc-getRANLIB() { tc-getPROG RANLIB ranlib "$@"; } # @FUNCTION: tc-getREADELF # @USAGE: [toolchain prefix] @@ -160,7 +160,7 @@ tc-getBUILD_STRIP() { tc-getBUILD_PROG STRIP strip "$@"; } tc-getBUILD_NM() { tc-getBUILD_PROG NM nm "$@"; } # @FUNCTION: tc-getBUILD_RANLIB # @USAGE: [toolchain prefix] -# @RETURN: name of the archiver indexer for building binaries to run on the build machine +# @RETURN: name of the archive indexer for building binaries to run on the build machine tc-getBUILD_RANLIB() { tc-getBUILD_PROG RANLIB ranlib "$@"; } # @FUNCTION: tc-getBUILD_READELF # @USAGE: [toolchain prefix]