]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
modpost: Fix a few typos in a comment
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Thu, 13 Feb 2025 16:04:29 +0000 (17:04 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 15 Feb 2025 18:10:58 +0000 (03:10 +0900)
Namely: s/becasue/because/ and s/wiht/with/ plus an added article.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/modpost.c

index 36b28987a2f07584e1b2337d4e9ca3a1ae1ce635..c35d22607978bf58678a4168e19ae4c5641e42ac 100644 (file)
@@ -190,8 +190,8 @@ static struct module *new_module(const char *name, size_t namelen)
 
        /*
         * Set mod->is_gpl_compatible to true by default. If MODULE_LICENSE()
-        * is missing, do not check the use for EXPORT_SYMBOL_GPL() becasue
-        * modpost will exit wiht error anyway.
+        * is missing, do not check the use for EXPORT_SYMBOL_GPL() because
+        * modpost will exit with an error anyway.
         */
        mod->is_gpl_compatible = true;