Skip to content

Commit 7777b30

Browse files
Schaeffchriseth
andauthored
Update pilopt/src/lib.rs
Co-authored-by: chriseth <[email protected]>
1 parent 177aeb4 commit 7777b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pilopt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ fn remove_constant_witness_columns<T: FieldElement>(pil_file: &mut Analyzed<T>)
768768
substitute_polynomial_references(pil_file, constant_polys);
769769
}
770770

771-
/// Inlines `col i = e` into the references to `x` where `e` is a non-shifted expression with no operations.
771+
/// Inlines `col i = e` into the references to `i` where `e` is a non-shifted expression with no operations.
772772
/// The reasoning is that intermediate columns are useful to remember intermediate computation results, but in this case
773773
/// the intermediate results are already known.
774774
fn inline_trivial_intermediate_polynomials<T: FieldElement>(pil_file: &mut Analyzed<T>) {

0 commit comments

Comments
 (0)