File tree 2 files changed +2
-2
lines changed
program/c/src/oracle/util
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace pc
12
12
13
13
pub_stats ();
14
14
15
- // number of prices submited
15
+ // number of prices submitted
16
16
uint64_t get_num_sent () const ;
17
17
18
18
// number of observed aggregate slot updates
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ static inline double prng_double_o ( prng_t * prng ) { return prng_uint64_to_dou
307
307
308
308
Rejection method based. Specifically, the number of prng slots
309
309
consumed is typically 1 but theoretically might be higher
310
- occassionally (64-bit wide types consume prng slots twice as fast).
310
+ occasionally (64-bit wide types consume prng slots twice as fast).
311
311
312
312
Deterministic prng slot consumption possible with a slightly more
313
313
approximate implementation (bound the number of iterations such that
You can’t perform that action at this time.
0 commit comments