mirror of
https://github.com/Genymobile/scrcpy
synced 2024-12-22 23:23:17 +00:00
Fix typo in clock comments
This commit is contained in:
parent
34eb10ea0b
commit
06131ef634
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user