From: Ramji Jiyani Date: Thu, 16 Sep 2021 09:21:22 +0000 (+0000) Subject: kbuild: Fix comment typo in scripts/Makefile.modpost X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7c80144626db460bc3969027810a540741865fb1;p=linux.git kbuild: Fix comment typo in scripts/Makefile.modpost Change comment "create one .mod.c file pr. module" to "create one .mod.c file per module" Signed-off-by: Ramji Jiyani Signed-off-by: Masahiro Yamada --- diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index eef56d629799a..48585c4d04ade 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 .mod.c file pr. module +# 3) create one .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