ELF: fix all "Elf" typos
[linux-block.git] / tools / perf / util / symbol-elf.c
index 41882ae8452e509165a1ce0dc5e305e2f211e910..554289fd6df9ad86846da27ccfb2987260a967f9 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;