From 755c772145aedd65ef6caffa8fbced714bb0682c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 20 Apr 2016 12:14:32 -0400 Subject: [PATCH] Docs: fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/plugin/plugin-system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/babeltrace/plugin/plugin-system.h b/include/babeltrace/plugin/plugin-system.h index 59fc54cc..959feab8 100644 --- a/include/babeltrace/plugin/plugin-system.h +++ b/include/babeltrace/plugin/plugin-system.h @@ -123,7 +123,7 @@ bt_component_source_set_iterator_init_cb(struct bt_component *source, /** * Notification handling function type. * - * A reference must be taken on the notification if the component wishes to + * A reference must be taken on the notification if the component has to * keep ownership of the notification beyond the invocation of the callback. * * @param sink Sink component instance -- 2.34.1