diff mbox series

[1/1] misspelling

Message ID 20250201122213.12504-2-lesorubshayan@gmail.com (mailing list archive)
State New
Headers show
Series misspelling | expand

Commit Message

Oleh Zadorozhnyi Feb. 1, 2025, 12:22 p.m. UTC
---
 scripts/Makefile.lib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada Feb. 4, 2025, 4:07 a.m. UTC | #1
On Sat, Feb 1, 2025 at 9:22 PM Oleh Zadorozhnyi <lesorubshayan@gmail.com> wrote:

Thanks, but please provide a better commit subject.

For example,

  kbuild: fix misspelling in scripts/Makefile.lib


Also, your Signed-off-by is necessary.




>
> ---
>  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
>
>
diff mbox series

Patch

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) $@)