summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2017-06-03 19:58:13 +0200
committerMike Gilbert <floppym@gentoo.org>2017-06-03 15:26:43 -0400
commit6dc4f81de88a4e537fb973ee9614026cb2e97094 (patch)
tree9229af0298d569f901c01efe77f9452af8ca7cc7 /eclass
parentnet-irc/kvirc: Version bump (5.0_pre20170601121930). (diff)
downloadgentoo-6dc4f81de88a4e537fb973ee9614026cb2e97094.tar.gz
gentoo-6dc4f81de88a4e537fb973ee9614026cb2e97094.tar.bz2
gentoo-6dc4f81de88a4e537fb973ee9614026cb2e97094.zip
toolchain-glibc.eclass: Fix typos in comments.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain-glibc.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass
index 365198303e8f..ef9d91acaed4 100644
--- a/eclass/toolchain-glibc.eclass
+++ b/eclass/toolchain-glibc.eclass
@@ -311,7 +311,7 @@ want__thread() {
[[ -n ${WANT__THREAD} ]] && return ${WANT__THREAD}
- # only test gcc -- cant test linking yet
+ # only test gcc -- can't test linking yet
tc-has-tls -c ${CTARGET}
WANT__THREAD=$?
@@ -585,7 +585,7 @@ get_kheader_version() {
}
check_nptl_support() {
- # don't care about the compiler here as we arent using it
+ # don't care about the compiler here as we aren't using it
just_headers && return
local run_kv build_kv want_kv
@@ -926,8 +926,8 @@ toolchain-glibc_headers_configure() {
mkdir -p "${builddir}"
cd "${builddir}"
- # if we don't have a compiler yet, we cant really test it now ...
- # hopefully they don't affect header geneation, so let's hope for
+ # if we don't have a compiler yet, we can't really test it now ...
+ # hopefully they don't affect header generation, so let's hope for
# the best here ...
local v vars=(
ac_cv_header_cpuid_h=yes
@@ -1314,7 +1314,7 @@ toolchain-glibc_src_install() {
src_strip
}
-# Simple test to make sure our new glibc isnt completely broken.
+# Simple test to make sure our new glibc isn't completely broken.
# Make sure we don't test with statically built binaries since
# they will fail. Also, skip if this glibc is a cross compiler.
#