ELF: fix all "Elf" typos
[linux-block.git] / tools / lib / bpf / libbpf.c
index 05c4db355f281bbab1f16e2424c6dd77c5dd8642..67b2f5ff185dc8966eb18b5226fb526112abe985 100644 (file)
@@ -1334,7 +1334,7 @@ static int bpf_object__elf_init(struct bpf_object *obj)
                goto errout;
        }
 
-       /* Elf is corrupted/truncated, avoid calling elf_strptr. */
+       /* ELF is corrupted/truncated, avoid calling elf_strptr. */
        if (!elf_rawdata(elf_getscn(elf, obj->efile.shstrndx), NULL)) {
                pr_warn("elf: failed to get section names strings from %s: %s\n",
                        obj->path, elf_errmsg(-1));