Skip to content

Commit 3fbd33e

Browse files
authored
Update logup.rs
1 parent 10e3e6c commit 3fbd33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msm/src/logup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)