Skip to content

Commit 16d5810

Browse files
committed
minor grammar fixes in comments
1 parent 2e01638 commit 16d5810

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

combine_delta.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
* Source Combiner based on delta-pdfs
2727
* ===================================
2828
*
29-
* The basic principle here is that sources gives us four values:
30-
* - The highest low value were the probability is zero.
31-
* - The lowest high value were the probability is zero.
29+
* The basic principle here is that sources give us four values:
30+
* - The highest low value where the probability is zero
31+
* - The lowest high value where the probability is zero
3232
* - The most probable value
3333
* - The relative trust in that value [0...1]
34-
* Together this defines a triangular probability density function.
34+
* Together these define a triangular probability density function (pdf).
3535
*
3636
* The combiner adds all these pdfs' together weighted by trust
3737
* and finds the highest probability which sports a quorum.

time_unix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* =============
2828
*
2929
* Implement the timebase functions on top of a modern UNIX kernel which
30-
* has the some version of the Mills/Kamp kernel PLL code and either
30+
* has some version of the Mills/Kamp kernel PLL code and either
3131
* [gs]ettimeofday(2) or better: clock_[gs]ettime(2) API.
3232
*
3333
*/

0 commit comments

Comments
 (0)