From: Jérémie Galarneau Date: Fri, 17 Aug 2018 17:25:27 +0000 (-0400) Subject: Docs: prefer 'release' to 'free' in API documentation X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=706ef6997d920e641d720c39e9f4dbc389b5f3fe Docs: prefer 'release' to 'free' in API documentation Signed-off-by: Jérémie Galarneau --- diff --git a/include/lttng/condition/condition.h b/include/lttng/condition/condition.h index 407a5f5ee..f179856e2 100644 --- a/include/lttng/condition/condition.h +++ b/include/lttng/condition/condition.h @@ -49,7 +49,7 @@ extern enum lttng_condition_type lttng_condition_get_type( const struct lttng_condition *condition); /* - * Destroy (frees) a condition object. + * Destroy (release) a condition object. */ extern void lttng_condition_destroy(struct lttng_condition *condition);