]> www.infradead.org Git - users/hch/xfs.git/commitdiff
kbuild: fix misspelling in scripts/Makefile.lib
authorOleh Zadorozhnyi <lesorubshayan@gmail.com>
Tue, 4 Feb 2025 05:17:30 +0000 (07:17 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 6 Feb 2025 10:28:14 +0000 (19:28 +0900)
Signed-off-by: Oleh Zadorozhnyi <lesorubshayan@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.lib

index ad55ef201aacbd85ac8c169da8b1b6478a758edf..cad20f0e66ee9cf5942b51f37cdd8e52802493e4 100644 (file)
@@ -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) $@)