Skip to content

Commit

Permalink
chore: fix some typos in comment
Browse files Browse the repository at this point in the history
Signed-off-by: forcedebug <[email protected]>
  • Loading branch information
forcedebug committed Jan 5, 2025
1 parent bfb0c6d commit f0fb097
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/core/machine/src/syscall/precompiles/uint256/air.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ where
local.is_real,
);

// Verify the range of the output if the moduls is not zero. Also, check the value of
// Verify the range of the output if the modules is not zero. Also, check the value of
// modulus_is_not_zero.
local.output_range_check.eval(
builder,
Expand Down
2 changes: 1 addition & 1 deletion crates/recursion/circuit/src/machine/compress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ where
*digest = first_digest;
}

// Initiallize start pc.
// Initialize start pc.
compress_public_values.start_pc = current_public_values.start_pc;
pc = current_public_values.start_pc;

Expand Down
2 changes: 1 addition & 1 deletion examples/json/lib/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Custom structs with seralize/deserialize.
// Custom structs with serialize/deserialize.

use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit f0fb097

Please sign in to comment.