Fix: typo 'convet' -> 'convert'
[lttng-tools.git] / src / common / lttng-elf.c
index 52e05f0c6fe825f60a465aabe49d39f653140e88..cb01f7bb7d38195ed9e214ea784bd578379677c4 100644 (file)
@@ -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;
        }
 
This page took 0.022943 seconds and 4 git commands to generate.