From 855b6046f394f46c179c5f631fd8c4b0e5bdadc3 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 25 May 2020 21:43:52 +0100 Subject: [PATCH] toolchain-funcs.eclass: tweak comment s/archiver indexer/archive indexer/ Reported-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Sergei Trofimovich --- eclass/toolchain-funcs.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] -- 2.26.2