Cleanup: src.ctf.lttng-live: clarify comment
[babeltrace.git] / 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.022622 seconds and 4 git commands to generate.