From db0c79632aa65eae95c0cf99ceec614a5e0c894a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 12 Sep 2016 14:32:16 -0400 Subject: [PATCH] Docs: bt_ctf_stream_class_add_event_class comment typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/ctf-ir/stream-class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/babeltrace/ctf-ir/stream-class.h b/include/babeltrace/ctf-ir/stream-class.h index bc1ece1d..f851e95e 100644 --- a/include/babeltrace/ctf-ir/stream-class.h +++ b/include/babeltrace/ctf-ir/stream-class.h @@ -132,7 +132,7 @@ extern int bt_ctf_stream_class_set_id( struct bt_ctf_stream_class *stream_class, uint32_t id); /* - * bt_ctf_stream_class_set_clock: assign a clock to a stream class. + * bt_ctf_stream_class_add_event_class: add an event class to a stream class. * * Add an event class to a stream class. New events can be added even after a * stream has beem instanciated and events have been appended. However, a stream -- 2.34.1