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:
Paul Bolle 2014-04-16 18:05:35 +02:00 committed by Jiri Kosina
parent b1357c9f6d
commit baec30e419
1 changed files with 1 additions and 1 deletions

View File

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