From d3d8c68f542fdb87f7082aa161b07233c7facc17 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 24 Jan 2016 21:21:41 +0100 Subject: [PATCH] Fix comment in sadf.c Signed-off-by: Sebastien GODARD --- sadf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sadf.c b/sadf.c index 5667f8d..0ab8695 100644 --- a/sadf.c +++ b/sadf.c @@ -892,7 +892,7 @@ void logic2_display_loop(int ifd, struct file_activity *file_actlst, __nr_t cpu_ (tm_start.use && (datecmp(loctime, &tm_start) < 0)) || (tm_end.use && (datecmp(loctime, &tm_end) >= 0))); - /* Save the first stats collected. Will be used to compute the average */ + /* Save the first stats collected. Used for example in next_slice() function */ copy_structures(act, id_seq, record_hdr, 2, 0); /* Set flag to reset last_uptime variable. Should be done after a LINUX RESTART record */ -- 2.40.0