diff options
author | Sam James <sam@gentoo.org> | 2024-06-16 02:11:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-16 02:11:12 +0100 |
commit | f75bc9b87da47eedafbfce97ec71640d5082de37 (patch) | |
tree | bebcea671272fda7edbce1dd0231f032a76a4762 | |
parent | dev-texlive/texlive-pstricks: Stabilize 2023_p65367 amd64, #934300 (diff) | |
download | gentoo-f75bc9b87da47eedafbfce97ec71640d5082de37.tar.gz gentoo-f75bc9b87da47eedafbfce97ec71640d5082de37.tar.bz2 gentoo-f75bc9b87da47eedafbfce97ec71640d5082de37.zip |
sys-libs/glibc: fix typo in comment
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 9c4e809026bb..270b0a868557 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -994,7 +994,7 @@ glibc_do_configure() { # worth protecting from stack smashes. myconf+=( --enable-stack-protector=$(usex ssp strong no) ) - # Keep a whitelist of targets supporing IFUNC. glibc's ./configure + # Keep a whitelist of targets supporting IFUNC. glibc's ./configure # is not robust enough to detect proper support: # https://bugs.gentoo.org/641216 # https://sourceware.org/PR22634#c0 |