Skip to content

Commit

Permalink
fix comments (#33330)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington authored Sep 20, 2023
1 parent b7bac74 commit a32ef97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket_map/src/index_entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct DataBucketRefCountOccupiedHeader {

#[derive(Debug, PartialEq)]
pub enum OccupyIfMatches {
/// this entry is occupied and contains a pubkey with a different value, so this entry could not be updated
/// this entry is occupied and contains the same pubkey but with a different value, so this entry could not be updated
FoundDuplicate,
/// this entry was free and contains this pubkey and either value matched or the value was written to match
SuccessfulInit,
Expand Down

0 comments on commit a32ef97

Please sign in to comment.