Fix typo in clock comments

This commit is contained in:
Romain Vimont 2021-10-29 12:21:34 +02:00
parent 34eb10ea0b
commit 06131ef634

View file

@ -26,7 +26,7 @@ struct sc_clock_point {
* array. * array.
* *
* To estimate the slope, it splits the last SC_CLOCK_RANGE points into two * 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 * point"). The slope of the estimated affine function is that of the line
* passing through these two points. * passing through these two points.
* *