diff --git a/scripts/ld-wrapper b/scripts/ld-wrapper index c907b83..a0337bb 100755 --- a/scripts/ld-wrapper +++ b/scripts/ld-wrapper @@ -1,6 +1,6 @@ #!/usr/bin/env sh # Invoke mold, then strip junk sections from the output binary with objcopy. -# This (more or less) removes sections that mold cannot discard itself, suck as: +# This (more or less) removes sections that mold cannot discard itself, such as: # - .eh_frame / .eh_frame_hdr - unwind tables from compiler_builtins # - .dynstr - mold emits this, even for fully static binaries # - .comment - compiler version string