Skip to content

Commit f862571

Browse files
authored
typo fix oracle.h (#422)
1 parent 11bd882 commit f862571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/c/src/oracle/oracle.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ static_assert( sizeof( pc_price_t ) == PC_EXPECTED_PRICE_T_SIZE_PYTHNET, "" );
248248

249249

250250
// This constant needs to be an upper bound of the price account size, it is used within pythd for ztsd.
251-
// It is set tighly to the current price account + 96 component prices + 48 bytes for cumulative sums
251+
// It is set tightly to the current price account + 96 component prices + 48 bytes for cumulative sums
252252
const uint64_t ZSTD_UPPER_BOUND = 3312 + 96 * sizeof( pc_price_comp_t) + 48;
253253

254254

0 commit comments

Comments
 (0)