From 5a0eefdd3267c81add744c054bed51dfe1684e6d Mon Sep 17 00:00:00 2001 From: Martin Weiss Date: Mon, 29 Jun 2026 15:28:06 +0700 Subject: scripts: fix spelling mistakes Fix two minor typographical issues in two scripts under scripts/. Signed-off-by: Martin Weiss Reviewed-by: Nathan Chancellor Acked-by: Randy Dunlap Link: https://patch.msgid.link/20260629082812.551273-1-Martin.weiss2410@gmail.com [nsc: Added minimal commit description] Signed-off-by: Nicolas Schier --- scripts/link-vmlinux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/link-vmlinux.sh') 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}" -- cgit