Docs: bt_ctf_stream_class_add_event_class comment typo
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 12 Sep 2016 18:32:16 +0000 (14:32 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:06 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/stream-class.h

index bc1ece1dc6a6cc93d24d8a8dd6fee53f7700f5a6..f851e95ee3bc1c09152a4e8359cdd6d115ef9e4c 100644 (file)
@@ -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
This page took 0.025991 seconds and 4 git commands to generate.