From b47ad4dfc62c7813c331b2934375f17298f04f35 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Tue, 29 Jul 2008 22:33:44 -0700 Subject: [PATCH] --- yaml --- r: 107027 b: refs/heads/master c: 32be1d22327743134974c7b2ec1e2a143b6b6f86 h: refs/heads/master i: 107025: ec68fb3df73f645b1bf452dc023cfdbd83a51833 107023: c3660efb16d730e076a8587a15d25fa4478482f9 v: v3 --- [refs] | 2 +- trunk/scripts/mod/modpost.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 83d2a7cd7949..f2e56d2cbe7a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 07a887d399b84668bc26cd040d699b26ec3086c2 +refs/heads/master: 32be1d22327743134974c7b2ec1e2a143b6b6f86 diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index 8f038e6d5f98..418cd7dbbc93 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/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.