Spelling fixes in scripts/mod/modpost.c Signed-off-by: Ben Dooks Index: linux-2.6.26-quilt2/scripts/mod/modpost.c =================================================================== --- linux-2.6.26-quilt2.orig/scripts/mod/modpost.c 2008-07-15 21:52:19.000000000 +0100 +++ linux-2.6.26-quilt2/scripts/mod/modpost.c 2008-07-15 21:52:40.000000000 +0100 @@ -1468,7 +1468,7 @@ static void section_rel(const char *modn * 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. -- Ben (ben@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/