commit:     8b121175c91c60fbe87ed0d653bb412668bb45a6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 07:18:05 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 08:58:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b121175

sys-libs/glibc: fix typo in comment

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/glibc/glibc-2.40-r8.ebuild | 2 +-
 sys-libs/glibc/glibc-2.41.ebuild    | 2 +-
 sys-libs/glibc/glibc-9999.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.40-r8.ebuild 
b/sys-libs/glibc/glibc-2.40-r8.ebuild
index d66396e3e672..8e0d873be477 100644
--- a/sys-libs/glibc/glibc-2.40-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.40-r8.ebuild
@@ -1705,7 +1705,7 @@ pkg_postinst() {
                # must refresh it. See bug #933282 and GCC's documentation:
                # https://gcc.gnu.org/onlinedocs/gcc/Fixed-Headers.html
                #
-               # TODO: Could this be done for non-cross? Some care would be 
needed
+               # TODO: Could this be done for cross? Some care would be needed
                # to pass the right arguments.
                while IFS= read -r -d $'\0' slot ; do
                        local 
mkheaders_path="${BROOT}"/usr/libexec/gcc/${CBUILD}/${slot##*/}/install-tools/mkheaders

diff --git a/sys-libs/glibc/glibc-2.41.ebuild b/sys-libs/glibc/glibc-2.41.ebuild
index 394b594a66ff..68691e0cd0b8 100644
--- a/sys-libs/glibc/glibc-2.41.ebuild
+++ b/sys-libs/glibc/glibc-2.41.ebuild
@@ -1710,7 +1710,7 @@ pkg_postinst() {
                # must refresh it. See bug #933282 and GCC's documentation:
                # https://gcc.gnu.org/onlinedocs/gcc/Fixed-Headers.html
                #
-               # TODO: Could this be done for non-cross? Some care would be 
needed
+               # TODO: Could this be done for cross? Some care would be needed
                # to pass the right arguments.
                while IFS= read -r -d $'\0' slot ; do
                        local 
mkheaders_path="${BROOT}"/usr/libexec/gcc/${CBUILD}/${slot##*/}/install-tools/mkheaders

diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index f66d2de88db7..f1adca0c21cf 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -1710,7 +1710,7 @@ pkg_postinst() {
                # must refresh it. See bug #933282 and GCC's documentation:
                # https://gcc.gnu.org/onlinedocs/gcc/Fixed-Headers.html
                #
-               # TODO: Could this be done for non-cross? Some care would be 
needed
+               # TODO: Could this be done for cross? Some care would be needed
                # to pass the right arguments.
                while IFS= read -r -d $'\0' slot ; do
                        local 
mkheaders_path="${BROOT}"/usr/libexec/gcc/${CBUILD}/${slot##*/}/install-tools/mkheaders

Reply via email to