]> git.karo-electronics.de Git - linux-beck.git/commitdiff
modpost: Fix comment typo "Modules.symvers"
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 16 Apr 2014 16:05:35 +0000 (18:05 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 5 May 2014 13:44:11 +0000 (15:44 +0200)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
scripts/mod/modpost.c

index 066355673930342a1b5e839950cbd1186ed6c24b..ea7f9530afa2a3256bbc51e8bc2c4c43039300ca 100644 (file)
@@ -316,7 +316,7 @@ static struct symbol *sym_add_exported(const char *name, struct module *mod,
                             s->module->name,
                             is_vmlinux(s->module->name) ?"":".ko");
                } else {
-                       /* In case Modules.symvers was out of date */
+                       /* In case Module.symvers was out of date */
                        s->module = mod;
                }
        }