libbtf: Fix typo

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2021-05-27 21:25:20 -03:00
parent 3d510406ff
commit 76f7844c81
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ static int btf_elf__write(const char *filename, struct btf *btf)
raw_btf_data = btf__get_raw_data(btf, &raw_btf_size);
if (btf_data) {
/* Exisiting .BTF section found */
/* Existing .BTF section found */
btf_data->d_buf = (void *)raw_btf_data;
btf_data->d_size = raw_btf_size;
elf_flagdata(btf_data, ELF_C_SET, ELF_F_DIRTY);