summaryrefslogtreecommitdiff
path: root/scripts/link-vmlinux.sh
diff options
context:
space:
mode:
authorMartin Weiss <martin.githubacc@gmail.com>2026-06-29 15:28:06 +0700
committerNicolas Schier <nsc@kernel.org>2026-08-05 14:46:49 +0200
commit5a0eefdd3267c81add744c054bed51dfe1684e6d (patch)
treebe855c68c148d01ee7cf079a7e53539b62226264 /scripts/link-vmlinux.sh
parentf915149f5cfbd0d4406ec0b0f57b1d2c8685ae55 (diff)
scripts: fix spelling mistakes
Fix two minor typographical issues in two scripts under scripts/. Signed-off-by: Martin Weiss <Martin.weiss2410@gmail.com> Reviewed-by: Nathan Chancellor <nathan@kernel.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260629082812.551273-1-Martin.weiss2410@gmail.com [nsc: Added minimal commit description] Signed-off-by: Nicolas Schier <nsc@kernel.org>
Diffstat (limited to 'scripts/link-vmlinux.sh')
-rwxr-xr-xscripts/link-vmlinux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh
index f99e196abeea..c8f27e4175f9 100755
--- a/scripts/link-vmlinux.sh
+++ b/scripts/link-vmlinux.sh
@@ -38,7 +38,7 @@ is_enabled() {
}
# Nice output in kbuild format
-# Will be supressed by "make -s"
+# Will be suppressed by "make -s"
info()
{
printf " %-7s %s\n" "${1}" "${2}"