From 06131ef634a1204da6c4f663cc5f9d71f2b456f1 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Fri, 29 Oct 2021 12:21:34 +0200 Subject: [PATCH] Fix typo in clock comments --- app/src/clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/clock.h b/app/src/clock.h index eb7fa594..886d1f4d 100644 --- a/app/src/clock.h +++ b/app/src/clock.h @@ -26,7 +26,7 @@ struct sc_clock_point { * array. * * To estimate the slope, it splits the last SC_CLOCK_RANGE points into two - * sets of SC_CLOCK_RANGE/2 points, and compute their centroid ("average + * sets of SC_CLOCK_RANGE/2 points, and computes their centroid ("average * point"). The slope of the estimated affine function is that of the line * passing through these two points. *