Skip to content

Commit

Permalink
Update incorrect comment in uninit_visitor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
artemagvanian committed Jul 2, 2024
1 parent c91496f commit 839df71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub enum MemoryInitOp {
/// Set memory initialization state of data bytes in a memory region starting from the pointer
/// `operand` and of length `count * sizeof(operand)` bytes.
Set { operand: Operand, count: Operand, value: bool, position: InsertPosition },
/// Check memory initialization of data bytes in a memory region starting from the reference to
/// Set memory initialization of data bytes in a memory region starting from the reference to
/// `operand` and of length `count * sizeof(operand)` bytes.
SetRef { operand: Operand, count: Operand, value: bool, position: InsertPosition },
/// Unsupported memory initialization operation.
Expand Down

0 comments on commit 839df71

Please sign in to comment.