summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-06-15 07:59:25 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-06-15 08:02:23 +0100
commitc761267019c8c1c76779f75e8262ed7228ee315e (patch)
tree3460412b266aba5c53e10d6312a6d8e12e3d82d3 /sys-libs/glibc
parentnet-misc/gsutil: version bump to 4.32 (diff)
downloadgentoo-c761267019c8c1c76779f75e8262ed7228ee315e.tar.gz
gentoo-c761267019c8c1c76779f75e8262ed7228ee315e.tar.bz2
gentoo-c761267019c8c1c76779f75e8262ed7228ee315e.zip
sys-libs/glibc: fix typo 's/spefcific/specific/' in comment
Reported-by: Tomas Mozes Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/glibc-2.27-r4.ebuild2
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.27-r4.ebuild b/sys-libs/glibc/glibc-2.27-r4.ebuild
index a4689e7afde4..41fee4261d56 100644
--- a/sys-libs/glibc/glibc-2.27-r4.ebuild
+++ b/sys-libs/glibc/glibc-2.27-r4.ebuild
@@ -796,7 +796,7 @@ glibc_do_configure() {
# Some of the tests are written in C++, so we need to force our multlib abis in, bug 623548
export CXX="$(tc-getCXX ${CTARGET}) $(get_abi_CFLAGS)"
einfo " $(printf '%15s' 'Manual CXX:') ${CXX}"
- # CFLAGS can contain ABI-spefcific flags like -mfpu=neon, see bug #657760
+ # CFLAGS can contain ABI-specific flags like -mfpu=neon, see bug #657760
# To build .S (assembly) files with the same ABI-specific flags
# upstream currently recommends adding CFLAGS to CPPFLAGS: https://sourceware.org/PR23273
export CPPFLAGS="${CPPFLAGS} ${CFLAGS}"
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 1f72a1790eb2..4b2e7331da98 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -798,7 +798,7 @@ glibc_do_configure() {
export CXX="$(tc-getCXX ${CTARGET}) $(get_abi_CFLAGS)"
einfo " $(printf '%15s' 'Manual CXX:') ${CXX}"
- # CFLAGS can contain ABI-spefcific flags like -mfpu=neon, see bug #657760
+ # CFLAGS can contain ABI-specific flags like -mfpu=neon, see bug #657760
# To build .S (assembly) files with the same ABI-specific flags
# upstream currently recommends adding CFLAGS to CPPFLAGS: https://sourceware.org/PR23273
export CPPFLAGS="${CPPFLAGS} ${CFLAGS}"