ELF: fix all "Elf" typos
[linux-2.6-microblaze.git] / tools / perf / util / symbol-elf.c
index 41882ae..554289f 100644 (file)
@@ -213,7 +213,7 @@ Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
        Elf_Scn *sec = NULL;
        size_t cnt = 1;
 
-       /* Elf is corrupted/truncated, avoid calling elf_strptr. */
+       /* ELF is corrupted/truncated, avoid calling elf_strptr. */
        if (!elf_rawdata(elf_getscn(elf, ep->e_shstrndx), NULL))
                return NULL;