Skip to content

Commit 29a9e21

Browse files
viktorking7dannywillems
authored andcommitted
Update lookup_prover.rs
1 parent 6fa3e83 commit 29a9e21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

o1vm/src/pickles/lookup_prover.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ where
5454
};
5555

5656
// Compute the 1/beta+sum_i gamma^i value_i for each lookup term
57-
// The inversions is commputed in batch in the end
57+
// The inversions is computed in batch in the end
5858
let mut inverses: Vec<Vec<G::ScalarField>> = wires
5959
.iter()
6060
.zip(arity)
@@ -101,7 +101,7 @@ where
101101
.interpolate()
102102
};
103103
let columns_poly = columns.my_map(interpolate_col);
104-
// Commiting
104+
// Committing
105105
// TODO avoid cloning
106106
let columns_com = columns_poly
107107
.clone()
@@ -113,7 +113,7 @@ where
113113
let columns_eval_d8 = columns_poly
114114
.clone()
115115
.my_map(|poly| poly.evaluate_over_domain_by_ref(domain.d8));
116-
// abosrbing commit
116+
// absorbing commit
117117
// TODO don't absorb the wires which already have been
118118
// TODO avoid cloning
119119
columns_com

0 commit comments

Comments
 (0)