Skip to content

Commit 7c9cf53

Browse files
authored
Update logup.rs
1 parent e793e27 commit 7c9cf53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msm/src/logup.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
//! and the computation of the partial sums will be translated into a constraint
9494
//! in a new power of alpha.
9595
//!
96-
//! Note that the inner sum h(X) can be constrainted as followed:
96+
//! Note that the inner sum h(X) can be constrained as followed:
9797
//! ```text
9898
//! k k / k \
9999
//! h(X) * ᴨ (β + f_{i}(X)) = ∑ | m_{i}(X) * ᴨ (β + f_{j}(X)) | (5)
@@ -652,7 +652,7 @@ pub mod prover {
652652
// @volhovm TODO make sure this is h_i. It looks like f_i for fixed tables.
653653
// It is an actual fixed column containing "fixed lookup data".
654654
//
655-
// Contain the evalations of the h_i. We divide the looked-up values
655+
// Contain the evaluations of the h_i. We divide the looked-up values
656656
// in chunks of (MAX_SUPPORTED_DEGREE - 2)
657657
let mut fixed_lookup_tables: BTreeMap<ID, Vec<G::ScalarField>> = BTreeMap::new();
658658

0 commit comments

Comments
 (0)