mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 04:55:06 -05:00
sources: fix formatting of selection intervals in comment
It was mangled in commit 6f84d2fac1.
This commit is contained in:
15
sources.c
15
sources.c
@@ -736,16 +736,17 @@ SRC_SelectSource(SRC_Instance updated_inst)
|
|||||||
If we get a case like
|
If we get a case like
|
||||||
|
|
||||||
<----------------------->
|
<----------------------->
|
||||||
<-->
|
<-->
|
||||||
<-->
|
<-->
|
||||||
<===========>
|
<===========>
|
||||||
|
|
||||||
we will build the interval as shown with '=', whereas with an extra source we get
|
we will build the interval as shown with '=', whereas with an extra source we get
|
||||||
|
|
||||||
<----------------------->
|
<----------------------->
|
||||||
<------->
|
<------->
|
||||||
<-->
|
<-->
|
||||||
<-->
|
<-->
|
||||||
<==>
|
<==>
|
||||||
|
|
||||||
The first case is just bad luck - we need extra sources to
|
The first case is just bad luck - we need extra sources to
|
||||||
detect the falseticker, so just make an arbitrary choice based
|
detect the falseticker, so just make an arbitrary choice based
|
||||||
|
|||||||
Reference in New Issue
Block a user