We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c56eb3 commit ba958acCopy full SHA for ba958ac
scripts/Makefile.lib
@@ -305,7 +305,7 @@ endef
305
# These are shared by some Makefile.* files.
306
307
ifdef CONFIG_LTO_CLANG
308
-# 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:
309
# - when this object needs objtool processing, as objtool cannot process LLVM IR
310
# - when this is a single-object module, as modpost cannot process LLVM IR
311
cmd_ld_single = $(if $(objtool-enabled)$(is-single-obj-m), ; $(LD) $(ld_flags) -r -o $(tmp-target) $@; mv $(tmp-target) $@)
0 commit comments