summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-02-04 07:16:37 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-02-04 07:17:55 +0000
commitff3a828dbd7f8e829c56bb0ff37de677ef18e0af (patch)
treeb22b42663f07aa77bc55465784a8874176c22146 /eclass/toolchain.eclass
parentnet-proxy/squid: remove myself as maintainer (diff)
downloadgentoo-ff3a828dbd7f8e829c56bb0ff37de677ef18e0af.tar.gz
gentoo-ff3a828dbd7f8e829c56bb0ff37de677ef18e0af.tar.bz2
gentoo-ff3a828dbd7f8e829c56bb0ff37de677ef18e0af.zip
toolchain.eclass: fix comment typos
Reported-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 7e4f8774f3c1..635582ff63bb 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
#