sources: fix formatting of selection intervals in comment

It was mangled in commit 6f84d2fac1.
This commit is contained in:
Miroslav Lichvar 2015-12-18 10:18:16 +01:00
parent ba81d68b07
commit 62d61de93d

View file

@ -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