modpost: Fix comment typo "Modules.symvers"
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b1357c9f6d
commit
baec30e419
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue