toolchain.eclass: fix comment typos
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 4 Feb 2019 07:16:37 +0000 (07:16 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 4 Feb 2019 07:17:55 +0000 (07:17 +0000)
Reported-by: Arfrever Frehtes Taifersar Arahesis
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/toolchain.eclass

index 7e4f8774f3c1ecfb19ccfee36cdade1764d784be..635582ff63bbb43e024f8035083b9066ac5551f3 100644 (file)
@@ -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
 #