diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-18 09:07:11 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-22 19:41:02 +0200 |
commit | 8fb4ac1cee88a57e7a56faba49b408a41a4af4db (patch) | |
tree | 8d7246f3e4117c0e5ad5319c47ce7e790896efe4 /scripts/Makefile.modfinal | |
parent | Documentation/llvm: turn make command for ccache into code block (diff) | |
download | linux-8fb4ac1cee88a57e7a56faba49b408a41a4af4db.tar.xz linux-8fb4ac1cee88a57e7a56faba49b408a41a4af4db.zip |
kbuild: fix typos "prequisites" to "prerequisites"
This typo in scripts/Makefile.build has been present for more than 20
years. It was accidentally copy-pasted to other scripts/Makefile.* files.
Fix them all.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Diffstat (limited to 'scripts/Makefile.modfinal')
-rw-r--r-- | scripts/Makefile.modfinal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.modfinal b/scripts/Makefile.modfinal index 1fa98b5e952b..306a6bb86e4d 100644 --- a/scripts/Makefile.modfinal +++ b/scripts/Makefile.modfinal @@ -62,7 +62,7 @@ endif targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o) -# Add FORCE to the prequisites of a target to force it to be always rebuilt. +# Add FORCE to the prerequisites of a target to force it to be always rebuilt. # --------------------------------------------------------------------------- PHONY += FORCE |