diff --git a/core/src/blocktree.rs b/core/src/blocktree.rs index 263df76d7f..56908aceff 100644 --- a/core/src/blocktree.rs +++ b/core/src/blocktree.rs @@ -1910,7 +1910,7 @@ fn handle_chaining_for_slot( // If this is a newly inserted slot, then we know the children of this slot were not previously // connected to the trunk of the ledger. Thus if slot.is_connected is now true, we need to // update all child slots with `is_connected` = true because these children are also now newly - // connected to to trunk of the the ledger + // connected to trunk of the ledger let should_propagate_is_connected = is_newly_completed_slot(&RefCell::borrow(&*meta), meta_backup) && RefCell::borrow(&*meta).is_connected; diff --git a/core/src/replay_stage.rs b/core/src/replay_stage.rs index edf056135f..be75ee6688 100644 --- a/core/src/replay_stage.rs +++ b/core/src/replay_stage.rs @@ -959,7 +959,7 @@ mod test { let res = check_dead_fork(|blockhash, slot| { let bad_hash = hash(&[2; 30]); let entry = entry::next_entry( - // User wrong blockhash so that the the entry causes an entry verification failure + // User wrong blockhash so that the entry causes an entry verification failure &bad_hash, 1, vec![system_transaction::create_user_account( diff --git a/runtime/src/status_cache.rs b/runtime/src/status_cache.rs index d11522c48b..1d45e02483 100644 --- a/runtime/src/status_cache.rs +++ b/runtime/src/status_cache.rs @@ -204,7 +204,7 @@ impl StatusCache { } pub fn from_slot_deltas(slot_deltas: &[SlotDelta]) -> Self { - // play all deltas back into the the status cache + // play all deltas back into the status cache let mut me = Self::default(); me.append(slot_deltas); me diff --git a/wallet/src/wallet.rs b/wallet/src/wallet.rs index fd2dde6716..a27c812bca 100644 --- a/wallet/src/wallet.rs +++ b/wallet/src/wallet.rs @@ -1894,7 +1894,7 @@ pub fn app<'ab, 'v>(name: &str, about: &'ab str, version: &'v str) -> App<'ab, ' .value_name("LAMPORTS") .takes_value(true) .required(true) - .help("The number of lamports to to withdraw from the stake account."), + .help("The number of lamports to withdraw from the stake account."), ), ) .subcommand(