X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Flttng-elf.c;h=cb01f7bb7d38195ed9e214ea784bd578379677c4;hp=52e05f0c6fe825f60a465aabe49d39f653140e88;hb=512df0460fc4c7a4492c8feadf45bb8da6b4c166;hpb=0d43a0131453a6d3d7da7f2893938494a9db2ff4 diff --git a/src/common/lttng-elf.c b/src/common/lttng-elf.c index 52e05f0c6..cb01f7bb7 100644 --- a/src/common/lttng-elf.c +++ b/src/common/lttng-elf.c @@ -861,7 +861,7 @@ int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset) */ ret = lttng_elf_convert_addr_in_text_to_offset(elf, addr, offset); if (ret) { - DBG("Cannot convet addr to offset."); + DBG("Cannot convert addr to offset."); goto free_string_table_data; }