Skip to content

Commit

Permalink
chore: remove redundant words in comment
Browse files Browse the repository at this point in the history
Signed-off-by: hanghuge <[email protected]>
  • Loading branch information
hanghuge committed Dec 7, 2024
1 parent de465fb commit 3727cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/executor/runtime_call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ impl Inner {
}
}

// If the the runtime requests the trie root hash of the main trie, we must first
// If the runtime requests the trie root hash of the main trie, we must first
// recalculate the trie root hash of every single child trie that has been modified
// since the previous trie root hash calculation.
// This is also done if execution is finished, in order for the diff provided as
Expand Down
2 changes: 1 addition & 1 deletion lib/src/network/kademlia/kbuckets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
//! identities of the other nodes of the peer-to-peer network.
//!
//! Assuming that all the network identities that exist are distributed uniformly, the k-buckets
//! will hold more network identities that are close to the the local node's network identity, and
//! will hold more network identities that are close to the local node's network identity, and
//! fewer network identities that are far away. In other words, the k-buckets store the neighbors
//! of the local node, and a few far-away nodes.
//!
Expand Down

0 comments on commit 3727cae

Please sign in to comment.