Skip to content

Commit

Permalink
Mispell changes afer review
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Jun 10, 2024
1 parent 12b1dd0 commit 31e469a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl Memory {
}

/// Copy memory region form `src` to `dst` with length.
/// `copy_within` used `memmove` to avoid DoS attacks.
/// `copy_within` uses `memmove` to avoid DoS attacks.
pub fn copy(
&mut self,
src_offset: usize,
Expand Down
2 changes: 1 addition & 1 deletion evm-tests/ethjson/src/spec/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub enum Pricing {
Bls12G2Multiexp(Bls12G2Multiexp),
}

/// Builtin compability layer
/// Builtin compatibility layer
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Debug, PartialEq, Deserialize, Clone)]
#[serde(deny_unknown_fields)]
Expand Down
2 changes: 1 addition & 1 deletion evm-tests/jsontests/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const SKIPPED_CASES: &[&str] = &[
// "stTimeConsuming/CALLBlake2f_MaxRounds",
];

/// Check is path should be skip.
/// Check if a path should be skipped.
/// It checks:
/// - path/and_file_stam - check path and file name (without extention)
/// - path/with/sub/path - recursively check path
Expand Down

0 comments on commit 31e469a

Please sign in to comment.