Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux...
[platform/kernel/linux-starfive.git] / tools / lib / bpf / libbpf.c
index 1cbacf9..ad1ec89 100644 (file)
@@ -1361,7 +1361,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));