Skip to content

Commit 7c80144

Browse files
Ramji Jiyanimasahir0y
authored andcommitted
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 <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 4e70b64 commit 7c80144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.modpost

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Stage 2 is handled by this file and does the following
1414
# 1) Find all modules listed in modules.order
1515
# 2) modpost is then used to
16-
# 3) create one <module>.mod.c file pr. module
16+
# 3) create one <module>.mod.c file per module
1717
# 4) create one Module.symvers file with CRC for all exported symbols
1818

1919
# Step 3 is used to place certain information in the module's ELF

0 commit comments

Comments
 (0)