commit:     ed7efdde467bc364ea1e0de15136bbd500724faf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 02:19:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 02:19:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7efdde

sys-libs/musl: fix comment typo

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

 sys-libs/musl/musl-1.2.3-r7.ebuild | 4 ++--
 sys-libs/musl/musl-1.2.3-r8.ebuild | 4 ++--
 sys-libs/musl/musl-1.2.4-r1.ebuild | 4 ++--
 sys-libs/musl/musl-9999.ebuild     | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-libs/musl/musl-1.2.3-r7.ebuild 
b/sys-libs/musl/musl-1.2.3-r7.ebuild
index a201a7574d4a..c4e516a10a1a 100644
--- a/sys-libs/musl/musl-1.2.3-r7.ebuild
+++ b/sys-libs/musl/musl-1.2.3-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -167,7 +167,7 @@ src_install() {
                rm -f "${ED}"/lib/ld-musl-${arch}.so.1 || die
                dosym8 -r /usr/lib/libc.so /lib/ld-musl-${arch}.so.1
 
-               # If it's still a dead symlnk, OK, we really do need to abort.
+               # If it's still a dead symlink, OK, we really do need to abort.
                [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die
 
                cp "${FILESDIR}"/ldconfig.in-r3 "${T}"/ldconfig.in || die

diff --git a/sys-libs/musl/musl-1.2.3-r8.ebuild 
b/sys-libs/musl/musl-1.2.3-r8.ebuild
index e50192bdc1fb..cda9968c6cc1 100644
--- a/sys-libs/musl/musl-1.2.3-r8.ebuild
+++ b/sys-libs/musl/musl-1.2.3-r8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -167,7 +167,7 @@ src_install() {
                rm "${ED}"/lib/ld-musl-${arch}.so.1 || die
                if use split-usr; then
                        dosym ../usr/lib/libc.so /lib/ld-musl-${arch}.so.1
-                       # If it's still a dead symlnk, OK, we really do need to 
abort.
+                       # If it's still a dead symlink, OK, we really do need 
to abort.
                        [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die
                else
                        dosym libc.so /usr/lib/ld-musl-${arch}.so.1

diff --git a/sys-libs/musl/musl-1.2.4-r1.ebuild 
b/sys-libs/musl/musl-1.2.4-r1.ebuild
index 1d1973c35acc..2b3a3c526c33 100644
--- a/sys-libs/musl/musl-1.2.4-r1.ebuild
+++ b/sys-libs/musl/musl-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -159,7 +159,7 @@ src_install() {
                rm "${ED}"/lib/ld-musl-${arch}.so.1 || die
                if use split-usr; then
                        dosym ../usr/lib/libc.so /lib/ld-musl-${arch}.so.1
-                       # If it's still a dead symlnk, OK, we really do need to 
abort.
+                       # If it's still a dead symlink, OK, we really do need 
to abort.
                        [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die
                else
                        dosym libc.so /usr/lib/ld-musl-${arch}.so.1

diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild
index 2908fbd17541..6034c89cca3e 100644
--- a/sys-libs/musl/musl-9999.ebuild
+++ b/sys-libs/musl/musl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -155,7 +155,7 @@ src_install() {
                rm "${ED}"/lib/ld-musl-${arch}.so.1 || die
                if use split-usr; then
                        dosym ../usr/lib/libc.so /lib/ld-musl-${arch}.so.1
-                       # If it's still a dead symlnk, OK, we really do need to 
abort.
+                       # If it's still a dead symlink, OK, we really do need 
to abort.
                        [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die
                else
                        dosym libc.so /usr/lib/ld-musl-${arch}.so.1

Reply via email to