From baec30e41957da2aa2cd9f5effa9b8f4bb755b3d Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Wed, 16 Apr 2014 18:05:35 +0200 Subject: modpost: Fix comment typo "Modules.symvers" Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- scripts/mod/modpost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 0663556..ea7f953 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; } } -- cgit v1.1