Docs fix: Change bt_ctf_writer_create_stream return description
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Oct 2014 21:46:53 +0000 (17:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Oct 2014 21:46:53 +0000 (17:46 -0400)
writer -> stream

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.024893 seconds and 4 git commands to generate.