Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed Dec 12, 2024
1 parent 16431ec commit cd11e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/accounts_index/in_mem_accounts_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ struct StartupInfoDuplicates<T: IndexValue> {
duplicates_put_on_disk: HashSet<(Slot, Pubkey)>,

/// (slot, pubkey) pairs that are found to be duplicates when we are
/// starting from in-memory only index. This filed is used only when disk
/// starting from in-memory only index. This field is used only when disk
/// index is disabled.
duplicates_from_in_memory_only: Vec<(Slot, Pubkey)>,
}
Expand Down

0 comments on commit cd11e57

Please sign in to comment.