From fc7a5d80682077af958d0f22ef905113d339ff90 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 5 Oct 2024 09:50:23 -0500 Subject: [PATCH] Fix comment typo in musl-symlink.sh --- docker/musl-symlink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/musl-symlink.sh b/docker/musl-symlink.sh index 6906030e4..a9fbe6f76 100755 --- a/docker/musl-symlink.sh +++ b/docker/musl-symlink.sh @@ -55,7 +55,7 @@ main() { # now, we create a linker script that adds all the required dependencies # because we link to a static libstdc++ to avoid runtime issues and - # with the shared libstdc++, we can have missing symbols that are reference + # with the shared libstdc++, we can have missing symbols that are referenced # in libstdc++, such as those from libc like `setlocale` and `__cxa_atexit`, # as well as those from libgcc, like `__extendsftf2`. all musl targets # can require symbols from libc, however, only the following are known