From: Sergei Trofimovich Date: Mon, 4 Feb 2019 07:16:37 +0000 (+0000) Subject: toolchain.eclass: fix comment typos X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ff3a828dbd7f8e829c56bb0ff37de677ef18e0af;p=gentoo.git toolchain.eclass: fix comment typos Reported-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Sergei Trofimovich --- 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 #