X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Flist.h;fp=include%2Flttng%2Faction%2Flist.h;h=0dfffa296ad073e1e597c942bc9dcb252aec5430;hp=9c23d60cacf4d9dc3ef5d3bba54658c52a403b9c;hb=0ae8863018325f0e86112e6a1ce466d5576b5461;hpb=3308655a7e594e7d8e59146f77f18a767599538d 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);