tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usage
[deliverable/linux.git] / arch / mips / kernel / elf.c
index c3c234dc0c07748ad7696f7b4d3c395df3954293..891f5ee639837af74b35c0190efaf727a73ab73b 100644 (file)
@@ -88,7 +88,7 @@ int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf,
        elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
        flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;
 
-       /* Lets see if this is an O32 ELF */
+       /* Let's see if this is an O32 ELF */
        if (elf32) {
                if (flags & EF_MIPS_FP64) {
                        /*
This page took 0.024119 seconds and 5 git commands to generate.