diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-07-30 20:43:20 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-08-03 14:59:50 +0200 |
commit | 4696e2958b345189afebcb52e365d16ca6e403ef (patch) | |
tree | 81262215a8b990dbf65bf21c16237b7e7f0d6806 /scripts | |
parent | c9575dc680dffa26411e9aed32b4a1e12609428d (diff) |
trivial: fix a typo in a filename
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.modpost | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 3e3f02409bbd..7d22056582c1 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost @@ -30,7 +30,7 @@ # - See include/linux/module.h for more details # Step 4 is solely used to allow module versioning in external modules, -# where the CRC of each module is retrieved from the Module.symers file. +# where the CRC of each module is retrieved from the Module.symvers file. # KBUILD_MODPOST_WARN can be set to avoid error out in case of undefined # symbols in the final module linking stage |