commit:     78aadb7e0ca924cf3a7f99996fec8b3118c7c23c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 06:39:44 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 06:39:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78aadb7e

eclass/tests: fix typo in toolchain.sh

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/tests/toolchain.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/tests/toolchain.sh b/eclass/tests/toolchain.sh
index 1ba2e6b1f29d..162ff27e17c4 100755
--- a/eclass/tests/toolchain.sh
+++ b/eclass/tests/toolchain.sh
@@ -156,7 +156,7 @@ test_var_assert() {
 }
 
 # TODO: convert these globals to helpers to ease testing against multiple
-# ${TOOLCHAIN_GCC_PV} vaues.
+# ${TOOLCHAIN_GCC_PV} values.
 test_var_assert GCC_PV          11.3.0
 test_var_assert GCC_PVR         11.3.0
 test_var_assert GCC_RELEASE_VER 11.3.0

Reply via email to