Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxia01 committed Nov 30, 2023
1 parent 53abcc6 commit b24c737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3363,7 +3363,7 @@ template <typename Arithmetization> bool UltraCircuitBuilder_<Arithmetization>::
alpha)
.is_zero()) {
#ifndef FUZZING
info("Arithemtic identity fails at gate ", i);
info("Arithmetic identity fails at gate ", i);
#endif
result = false;
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ class UltraCircuitBuilder_ : public CircuitBuilderBase<typename Arithmetization:
* circuit!
* this range constraint will increase the size of the 'sorted set' of range-constrained integers by 1.
* The 'non-sorted set' of range-constrained integers is a subset of the wire indices of all arithmetic
* gates. No arithemtic gate => size imbalance between sorted and non-sorted sets. Checking for this
* gates. No arithmetic gate => size imbalance between sorted and non-sorted sets. Checking for this
* and throwing an error would require a refactor of the Composer to catelog all 'orphan' variables not
* assigned to gates.
*
Expand Down

0 comments on commit b24c737

Please sign in to comment.