X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Flist.h;h=24c37dcb0e654904f600367446782485750aab7a;hb=7dc7ba119d1e04031494fa3aabd1c3a31b885ecf;hp=f7331f0839beaa22119373570e1697301ea46372;hpb=991662c82722685383c194b968e880f84e0d2343;p=lttng-tools.git diff --git a/include/lttng/action/list.h b/include/lttng/action/list.h index f7331f083..24c37dcb0 100644 --- a/include/lttng/action/list.h +++ b/include/lttng/action/list.h @@ -19,7 +19,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(). */ extern struct lttng_action *lttng_action_list_create(void);