Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 04 Feb 2019 07:18:08
Message-Id: 1549264675.ff3a828dbd7f8e829c56bb0ff37de677ef18e0af.slyfox@gentoo
1 commit: ff3a828dbd7f8e829c56bb0ff37de677ef18e0af
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 07:16:37 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 07:17:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3a828d
7
8 toolchain.eclass: fix comment typos
9
10 Reported-by: Arfrever Frehtes Taifersar Arahesis
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 eclass/toolchain.eclass | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
17 index 7e4f8774f3c..635582ff63b 100644
18 --- a/eclass/toolchain.eclass
19 +++ b/eclass/toolchain.eclass
20 @@ -2501,10 +2501,10 @@ toolchain_death_notice() {
21 # Usually configure-based packages handle explicit feature requests
22 # like
23 # ./configure --enable-foo
24 -# as explicit request to check for suppor of 'foo' and bail out at
25 +# as explicit request to check for support of 'foo' and bail out at
26 # configure time.
27 #
28 -# GCC does not follow this pattern an instead overrides autodetection
29 +# GCC does not follow this pattern and instead overrides autodetection
30 # of the feature and enables it unconditionally.
31 # See https://gcc.gnu.org/PR85663
32 #