Take hash recalculation into do_lookup()
[linux-2.6-block.git] / fs / binfmt_elf.c
index b9b3bb51b1e485ff0caa0b7555d468804b552b9a..d15ea1790bfb8f8780f53aa055663895166d91a8 100644 (file)
@@ -767,7 +767,7 @@ static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs)
        
        current->mm->start_stack = bprm->p;
 
-       /* Now we do a little grungy work by mmaping the ELF image into
+       /* Now we do a little grungy work by mmapping the ELF image into
           the correct location in memory. */
        for(i = 0, elf_ppnt = elf_phdata;
            i < loc->elf_ex.e_phnum; i++, elf_ppnt++) {