Cleanup: src.ctf.lttng-live: clarify comment
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 17 Feb 2020 20:00:07 +0000 (15:00 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 14 Apr 2020 20:07:06 +0000 (16:07 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: If6841b7e1c06dacbb46f7b6419291d2057fc6c2c
Reviewed-on: https://review.lttng.org/c/babeltrace/+/3090
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/lttng-live/lttng-live.c

index 20113e6c401fe1b7cda5af374db84e11d3770009..fad88ad212f71930b4d0fdd59e97b1aa7807bb34 100644 (file)
@@ -1013,8 +1013,8 @@ enum lttng_live_iterator_status next_stream_iterator_for_trace(
                                stream_iter_idx);
 
                /*
-                * Find if there is are now current message for this stream
-                * iterator get it.
+                * If there is no current message for this stream, go fetch
+                * one.
                 */
                while (!stream_iter->current_msg) {
                        const bt_message *msg = NULL;
This page took 0.025392 seconds and 4 git commands to generate.