Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32be1d22 authored by Ben Dooks's avatar Ben Dooks Committed by Linus Torvalds
Browse files

scripts/mod/modpost.c: fix spelling of module and happens



Spelling fixes in scripts/mod/modpost.c

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 07a887d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.