Skip to content

Commit b28fb1f

Browse files
Uwe Kleine-Königmasahir0y
Uwe Kleine-König
authored andcommitted
modpost: Fix a few typos in a comment
Namely: s/becasue/because/ and s/wiht/with/ plus an added article. Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 1b71c2f commit b28fb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/mod/modpost.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ static struct module *new_module(const char *name, size_t namelen)
190190

191191
/*
192192
* Set mod->is_gpl_compatible to true by default. If MODULE_LICENSE()
193-
* is missing, do not check the use for EXPORT_SYMBOL_GPL() becasue
194-
* modpost will exit wiht error anyway.
193+
* is missing, do not check the use for EXPORT_SYMBOL_GPL() because
194+
* modpost will exit with an error anyway.
195195
*/
196196
mod->is_gpl_compatible = true;
197197

0 commit comments

Comments
 (0)