From 45545c8854b0476b6054b66af82b65482b886e8c Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 10 Apr 2026 15:19:18 +0300 Subject: [PATCH] scripts/ld-wrapper: fix typo Signed-off-by: NotAShelf Change-Id: I3ee0ef703eec1a52b750a2ee8b4d33216a6a6964 --- scripts/ld-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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