From: Uwe Kleine-König Date: Fri, 30 Jul 2010 18:43:20 +0000 (+0200) Subject: trivial: fix a typo in a filename X-Git-Tag: v2.6.36-rc1~548^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=4696e2958b345189afebcb52e365d16ca6e403ef;p=linux.git trivial: fix a typo in a filename Signed-off-by: Uwe Kleine-König Signed-off-by: Michal Marek --- 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