From: Ben Dooks Date: Wed, 30 Jul 2008 05:33:44 +0000 (-0700) Subject: scripts/mod/modpost.c: fix spelling of module and happens X-Git-Tag: v2.6.27-rc2~169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32be1d22327743134974c7b2ec1e2a143b6b6f86;p=platform%2Fkernel%2Flinux-3.10.git scripts/mod/modpost.c: fix spelling of module and happens Spelling fixes in scripts/mod/modpost.c Signed-off-by: Ben Dooks Cc: Rusty Russell Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 8f038e6..418cd7d 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -1468,7 +1468,7 @@ static void section_rel(const char *modname, struct elf_info *elf, * marked __initdata will be discarded when the module has been intialized. * Likewise for modules used built-in the sections marked __exit * are discarded because __exit marked function are supposed to be called - * only when a moduel is unloaded which never happes for built-in modules. + * only when a module is unloaded which never happens for built-in modules. * The check_sec_ref() function traverses all relocation records * to find all references to a section that reference a section that will * be discarded and warns about it.