From: Paul Bolle Date: Wed, 16 Apr 2014 16:05:35 +0000 (+0200) Subject: modpost: Fix comment typo "Modules.symvers" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=baec30e41957da2aa2cd9f5effa9b8f4bb755b3d;p=linux-beck.git modpost: Fix comment typo "Modules.symvers" Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 066355673930..ea7f9530afa2 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -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; } }