commit: ff3a828dbd7f8e829c56bb0ff37de677ef18e0af
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 4 07:16:37 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Feb 4 07:17:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3a828d
toolchain.eclass: fix comment typos
Reported-by: Arfrever Frehtes Taifersar Arahesis
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
eclass/toolchain.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 7e4f8774f3c..635582ff63b 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -2501,10 +2501,10 @@ toolchain_death_notice() {
# Usually configure-based packages handle explicit feature requests
# like
# ./configure --enable-foo
-# as explicit request to check for suppor of 'foo' and bail out at
+# as explicit request to check for support of 'foo' and bail out at
# configure time.
#
-# GCC does not follow this pattern an instead overrides autodetection
+# GCC does not follow this pattern and instead overrides autodetection
# of the feature and enables it unconditionally.
# See https://gcc.gnu.org/PR85663
#