]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
depmod: Fix typo in comment
authorTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 27 Sep 2024 19:32:43 +0000 (21:32 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 1 Oct 2024 14:12:06 +0000 (09:12 -0500)
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/158
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/depmod.c

index 91bd1911755ab35b85c9b87572b050a7bd88ea34..e736cac4a192e43c95fc4051cafb19062d544321 100644 (file)
@@ -2661,7 +2661,7 @@ static int depmod_output(struct depmod *depmod, FILE *out)
 
 static void depmod_add_fake_syms(struct depmod *depmod)
 {
-       /* __this_module is magic inserted by kernel loader. */
+       /* __this_module is magically inserted by kernel loader. */
        depmod_symbol_add(depmod, "__this_module", true, 0, NULL);
        /* On S390, this is faked up too */
        depmod_symbol_add(depmod, "_GLOBAL_OFFSET_TABLE_", true, 0, NULL);