From: Francis Deslauriers Date: Mon, 17 Feb 2020 20:00:07 +0000 (-0500) Subject: Cleanup: src.ctf.lttng-live: clarify comment X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=f080b7e21dbad6c383bc731076c81904fd540ffd Cleanup: src.ctf.lttng-live: clarify comment Signed-off-by: Francis Deslauriers Change-Id: If6841b7e1c06dacbb46f7b6419291d2057fc6c2c Reviewed-on: https://review.lttng.org/c/babeltrace/+/3090 Reviewed-by: Philippe Proulx --- diff --git a/src/plugins/ctf/lttng-live/lttng-live.c b/src/plugins/ctf/lttng-live/lttng-live.c index 20113e6c..fad88ad2 100644 --- a/src/plugins/ctf/lttng-live/lttng-live.c +++ b/src/plugins/ctf/lttng-live/lttng-live.c @@ -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;