Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
fix comment to be accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Aug 30, 2023
1 parent dc2c23d commit 6b94ac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions acvm/src/pwg/memory_op.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ impl MemoryOpSolver {
// into the memory block.
let value_write = value;

// A zero predicate indicates that we should skip the write operation and zero out
// the memory it touches.
// A zero predicate indicates that we should skip the write operation.
if pred_value.is_zero() {
// We only want to write to already initialized memory.
// Do nothing if the predicate is zero.
Expand Down

0 comments on commit 6b94ac4

Please sign in to comment.