diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-04-16 20:05:35 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-05 17:44:11 +0400 |
commit | baec30e41957da2aa2cd9f5effa9b8f4bb755b3d (patch) | |
tree | 0937714242bcdc0e16009898330d014345514bf4 /scripts | |
parent | b1357c9f6d9111d86375fafd686138a7b9d5e129 (diff) | |
download | linux-baec30e41957da2aa2cd9f5effa9b8f4bb755b3d.tar.xz |
modpost: Fix comment typo "Modules.symvers"
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |