Skip to content

Commit

Permalink
toolchain-glibc.eclass: Fix typos in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Jun 3, 2017
1 parent d294624 commit 6dc4f81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eclass/toolchain-glibc.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
#
Expand Down

0 comments on commit 6dc4f81

Please sign in to comment.