Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / scripts / mod / modpost.c
index ea3e2bdf1825dcdc88e2237842e2b5f5ca99decf..026543ba8d8687b6218192d5dd4dd212c442e329 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;
                }
        }