toolchain-funcs.eclass: tweak comment
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 25 May 2020 20:43:52 +0000 (21:43 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 25 May 2020 20:47:07 +0000 (21:47 +0100)
s/archiver indexer/archive indexer/

Reported-by: Arfrever Frehtes Taifersar Arahesis
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/toolchain-funcs.eclass

index 89b29ac24a0d2fcda288e653b844043374a69fc1..a88d9a114ff056919abc4c3d73b628f36a293a55 100644 (file)
@@ -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]