X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Flist.h;h=0dfffa296ad073e1e597c942bc9dcb252aec5430;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=9c23d60cacf4d9dc3ef5d3bba54658c52a403b9c;hpb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;p=lttng-tools.git diff --git a/include/lttng/action/list.h b/include/lttng/action/list.h index 9c23d60ca..0dfffa296 100644 --- a/include/lttng/action/list.h +++ b/include/lttng/action/list.h @@ -20,7 +20,7 @@ extern "C" { * Create a newly allocated action list object. * * Returns a new action list on success, NULL on failure. This action list - * must be destroyed using lttng_action_list_destroy(). + * must be destroyed using lttng_action_destroy(). */ LTTNG_EXPORT extern struct lttng_action *lttng_action_list_create(void);