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