Skip to content

Commit ba958ac

Browse files
ronin49masahir0y
authored andcommitted
kbuild: fix misspelling in scripts/Makefile.lib
Signed-off-by: Oleh Zadorozhnyi <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 4c56eb3 commit ba958ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ endef
305305
# These are shared by some Makefile.* files.
306306

307307
ifdef CONFIG_LTO_CLANG
308-
# Run $(LD) here to covert LLVM IR to ELF in the following cases:
308+
# Run $(LD) here to convert LLVM IR to ELF in the following cases:
309309
# - when this object needs objtool processing, as objtool cannot process LLVM IR
310310
# - when this is a single-object module, as modpost cannot process LLVM IR
311311
cmd_ld_single = $(if $(objtool-enabled)$(is-single-obj-m), ; $(LD) $(ld_flags) -r -o $(tmp-target) $@; mv $(tmp-target) $@)

0 commit comments

Comments
 (0)