From f080b7e21dbad6c383bc731076c81904fd540ffd Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Mon, 17 Feb 2020 15:00:07 -0500 Subject: [PATCH] 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 --- src/plugins/ctf/lttng-live/lttng-live.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1