Skip to content

Commit 75c74f0

Browse files
committed
Fix typo
1 parent 9e77305 commit 75c74f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proving_system/stark/src/verifier.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ where
111111
// The prover samples coefficients when building the deep composition polynomial. These
112112
// sampling is not done in the verifier hence we need to make this dummy calls.
113113
// There will be one call for each trace term in the deep composition polynomial + 2 from
114-
// the even and ood terms of the H(x) polynomial.
114+
// the even and odd terms of the H(x) polynomial.
115115
let deep_poly_challenges =
116116
air.context().transition_offsets.len() * air.context().trace_columns + 2;
117117
(0..deep_poly_challenges).for_each(|_| {

0 commit comments

Comments
 (0)