diff options
author | Ramji Jiyani <ramjiyani@google.com> | 2021-09-16 09:21:22 +0000 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-09-19 10:14:19 +0900 |
commit | 7c80144626db460bc3969027810a540741865fb1 (patch) | |
tree | dd9f1d1d91899077ecd69f438a02a0929b987b17 /scripts | |
parent | 4e70b646bae578bb51c89204b5b81ef499436482 (diff) | |
download | linux-stable-7c80144626db460bc3969027810a540741865fb1.tar.gz linux-stable-7c80144626db460bc3969027810a540741865fb1.tar.bz2 linux-stable-7c80144626db460bc3969027810a540741865fb1.zip |
kbuild: Fix comment typo in scripts/Makefile.modpost
Change comment "create one <module>.mod.c file pr. module"
to "create one <module>.mod.c file per module"
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.modpost | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index eef56d629799..48585c4d04ad 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost @@ -13,7 +13,7 @@ # Stage 2 is handled by this file and does the following # 1) Find all modules listed in modules.order # 2) modpost is then used to -# 3) create one <module>.mod.c file pr. module +# 3) create one <module>.mod.c file per module # 4) create one Module.symvers file with CRC for all exported symbols # Step 3 is used to place certain information in the module's ELF |