Skip to content

Commit 810f0f8

Browse files
committed
Address code review.
1 parent a2a92f6 commit 810f0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/musl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ main() {
4747
# enable -fPIC just to be safe. alpine GCC is built with
4848
# `--enable-default-pie`, so we want to ensure we use that.
4949
# `--disable-shared` is required to avoid issues when linking
50-
# to the wrong standard library, which would cause a segfault. you can
50+
# to the wrong standard library, which would cause a segfault.
5151
# rust itself disables shared libraries with musl:
5252
# https://github.com/rust-lang/rust/blob/e42c4d7218b2596276152c5eb1e69335621f3086/src/ci/docker/scripts/musl.sh#L36
5353
#

0 commit comments

Comments
 (0)