Skip to content

Commit

Permalink
chore: codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Jan 21, 2025
1 parent 16ffced commit bdce3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zksync/core/src/vm/farcall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl FarCallHandler {
PrimitiveValue { value: return_fat_ptr.to_u256(), is_pointer: false };

// Just rewriting `code_page` is very error-prone, since the same memory page would be
// re-used for decommitments. We'll use a different approach:
// reused for decommitments. We'll use a different approach:
// - Set `previous_code_word` to the value that we want
// - Set `previous_code_memory_page` to the current code page + `previous_super_pc` to 0
// (as it corresponds
Expand Down

0 comments on commit bdce3c3

Please sign in to comment.