Docs fix: Change bt_ctf_writer_create_stream return description
[babeltrace.git] / include / babeltrace / ctf-writer / writer.h
index 60b660fb760077024ecb4791ed930983d2120192..0705b05f01ed4cf11471b2a03cfb467c54fcf5c0 100644 (file)
@@ -62,7 +62,7 @@ extern struct bt_ctf_writer *bt_ctf_writer_create(const char *path);
  * @param writer Writer instance.
  * @param stream_class Stream class to instantiate.
  *
- * Returns an allocated writer on success, NULL on error.
+ * Returns an allocated stream on success, NULL on error.
  */
 extern struct bt_ctf_stream *bt_ctf_writer_create_stream(
                struct bt_ctf_writer *writer,
This page took 0.023322 seconds and 4 git commands to generate.