From 706ef6997d920e641d720c39e9f4dbc389b5f3fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 17 Aug 2018 13:25:27 -0400 Subject: [PATCH] Docs: prefer 'release' to 'free' in API documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/lttng/condition/condition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1