X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-dl%2Flttng-ust-dl.c;h=e38eaf1e7d8f5cda4011d887940519111f61163f;hb=fb31eb73d8a4a6d9784ed5c335b7fa3b9684108c;hp=ce2ae0e7028036a0b6e61ed4520bbba9b341a384;hpb=42330adcefcd1830dad89e2a960c93d8dd1da125;p=lttng-ust.git diff --git a/liblttng-ust-dl/lttng-ust-dl.c b/liblttng-ust-dl/lttng-ust-dl.c index ce2ae0e7..e38eaf1e 100644 --- a/liblttng-ust-dl/lttng-ust-dl.c +++ b/liblttng-ust-dl/lttng-ust-dl.c @@ -22,6 +22,7 @@ #define _LGPL_SOURCE #include #include +#include #include #include @@ -107,7 +108,7 @@ void lttng_ust_dl_dlopen(void *so_base, const char *so_name, elf = lttng_ust_elf_create(resolved_path); if (!elf) { - ERR("could not acces file %s", resolved_path); + ERR("could not access file %s", resolved_path); return; } @@ -169,7 +170,7 @@ void lttng_ust_dl_dlmopen(void *so_base, Lmid_t nsid, const char *so_name, elf = lttng_ust_elf_create(resolved_path); if (!elf) { - ERR("could not acces file %s", resolved_path); + ERR("could not access file %s", resolved_path); return; }