From 05629251749d25e986bfa12820840067f41d683c Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 21 Feb 2016 17:36:14 +0100 Subject: [PATCH] Fix comment Signed-off-by: Sebastien GODARD --- svg_stats.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/svg_stats.c b/svg_stats.c index bb4db27..7f60a35 100644 --- a/svg_stats.c +++ b/svg_stats.c @@ -62,14 +62,14 @@ unsigned int svg_colors[] = {0x00cc00, 0xff00bf, 0x00ffff, 0xff0000, * @a Activity structure containing current statistics sample. * @curr Index in array for current sample statistics. * @itv Interval of time in jiffies. - * @min Array containing min values already found for this activity. - * @max Array containing max values already found for this activity. + * @minv Array containing min values already found for this activity. + * @maxv Array containing max values already found for this activity. * * OUT: - * @min Array containg the possible new min values for current activity. - * @max Array containg the possible new max values for current activity. + * @minv Array containg the possible new min values for current activity. + * @maxv Array containg the possible new max values for current activity. * - * NB: @min and @max arrays contain values in the same order as the fields + * NB: @minv and @maxv arrays contain values in the same order as the fields * in the statistics structure. *************************************************************************** */ -- 2.40.0