mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-05 15:48:53 +00:00
Fix typo in clock comments
This commit is contained in:
parent
34eb10ea0b
commit
06131ef634
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue