]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - scripts/mod/modpost.c
Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / 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;
                }
        }