Docs: bt_ctf_stream_class_add_event_class comment typo
[babeltrace.git] / 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.023791 seconds and 4 git commands to generate.