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 0663556..ea7f953 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;
                }
        }