Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 03 Jun 2017 19:27:31
Message-Id: 1496518003.6dc4f81de88a4e537fb973ee9614026cb2e97094.floppym@gentoo
1 commit: 6dc4f81de88a4e537fb973ee9614026cb2e97094
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sat Jun 3 17:58:13 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 19:26:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc4f81d
7
8 toolchain-glibc.eclass: Fix typos in comments.
9
10 eclass/toolchain-glibc.eclass | 10 +++++-----
11 1 file changed, 5 insertions(+), 5 deletions(-)
12
13 diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass
14 index 365198303e8..ef9d91acaed 100644
15 --- a/eclass/toolchain-glibc.eclass
16 +++ b/eclass/toolchain-glibc.eclass
17 @@ -311,7 +311,7 @@ want__thread() {
18
19 [[ -n ${WANT__THREAD} ]] && return ${WANT__THREAD}
20
21 - # only test gcc -- cant test linking yet
22 + # only test gcc -- can't test linking yet
23 tc-has-tls -c ${CTARGET}
24 WANT__THREAD=$?
25
26 @@ -585,7 +585,7 @@ get_kheader_version() {
27 }
28
29 check_nptl_support() {
30 - # don't care about the compiler here as we arent using it
31 + # don't care about the compiler here as we aren't using it
32 just_headers && return
33
34 local run_kv build_kv want_kv
35 @@ -926,8 +926,8 @@ toolchain-glibc_headers_configure() {
36 mkdir -p "${builddir}"
37 cd "${builddir}"
38
39 - # if we don't have a compiler yet, we cant really test it now ...
40 - # hopefully they don't affect header geneation, so let's hope for
41 + # if we don't have a compiler yet, we can't really test it now ...
42 + # hopefully they don't affect header generation, so let's hope for
43 # the best here ...
44 local v vars=(
45 ac_cv_header_cpuid_h=yes
46 @@ -1314,7 +1314,7 @@ toolchain-glibc_src_install() {
47 src_strip
48 }
49
50 -# Simple test to make sure our new glibc isnt completely broken.
51 +# Simple test to make sure our new glibc isn't completely broken.
52 # Make sure we don't test with statically built binaries since
53 # they will fail. Also, skip if this glibc is a cross compiler.
54 #