Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos in comment #1909

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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