X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Flist.h;h=0dfffa296ad073e1e597c942bc9dcb252aec5430;hb=0ae8863018325f0e86112e6a1ce466d5576b5461;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);