aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-04-16 18:05:35 +0200
committerJiri Kosina <jkosina@suse.cz>2014-05-05 15:44:11 +0200
commitbaec30e41957da2aa2cd9f5effa9b8f4bb755b3d (patch)
tree0937714242bcdc0e16009898330d014345514bf4 /scripts
parentKconfig.debug: Grammar s/addition/additional/ (diff)
downloadlinux-dev-baec30e41957da2aa2cd9f5effa9b8f4bb755b3d.tar.xz
linux-dev-baec30e41957da2aa2cd9f5effa9b8f4bb755b3d.zip
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.c2
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;
}
}