File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments