commit: 87d5b339ef87743207beecdb3246f6bd1c4787fa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 23:24:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 23:24:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d5b339
toolchain.eclass: fix comment typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/toolchain.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 24e5c8115444..9ae9e6e58a14 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1276,7 +1276,7 @@ toolchain_src_configure() {
if in_iuse openmp ; then
# Make sure target has pthreads support: bug #326757, bug
#335883
# There shouldn't be a chicken & egg problem here as openmp
won't
- # build without a C library, and you can't build that w/ot
+ # build without a C library, and you can't build that w/o
# already having a compiler...
if ! is_crosscompile || \
$(tc-getCPP ${CTARGET}) -E - <<<"#include <pthread.h>" >&
/dev/null