Linux kbuild/kconfig development
 help / color / mirror / Atom feed
From: Oleh Zadorozhnyi <lesorubshayan@gmail.com>
To: linux-kbuild@vger.kernel.org
Cc: Oleh Zadorozhnyi <lesorubshayan@gmail.com>
Subject: [PATCH 1/1] kbuild: fix misspelling in scripts/Makefile.lib
Date: Tue,  4 Feb 2025 07:17:30 +0200	[thread overview]
Message-ID: <20250204052004.5583-2-lesorubshayan@gmail.com> (raw)
In-Reply-To: <20250204052004.5583-1-lesorubshayan@gmail.com>

Signed-off-by: Oleh Zadorozhnyi <lesorubshayan@gmail.com>
---
 scripts/Makefile.lib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index ad55ef201aac..cad20f0e66ee 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -305,7 +305,7 @@ endef
 # These are shared by some Makefile.* files.
 
 ifdef CONFIG_LTO_CLANG
-# Run $(LD) here to covert LLVM IR to ELF in the following cases:
+# Run $(LD) here to convert LLVM IR to ELF in the following cases:
 #  - when this object needs objtool processing, as objtool cannot process LLVM IR
 #  - when this is a single-object module, as modpost cannot process LLVM IR
 cmd_ld_single = $(if $(objtool-enabled)$(is-single-obj-m), ; $(LD) $(ld_flags) -r -o $(tmp-target) $@; mv $(tmp-target) $@)
-- 
2.43.0


  reply	other threads:[~2025-02-04  5:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <35574>
2025-02-04  5:17 ` [PATCH 0/1] kbuild: fix misspelling in scripts/Makefile.lib Oleh Zadorozhnyi
2025-02-04  5:17   ` Oleh Zadorozhnyi [this message]
2025-02-05 16:05     ` [PATCH 1/1] " Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250204052004.5583-2-lesorubshayan@gmail.com \
    --to=lesorubshayan@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox