fix comments (#33330)

This commit is contained in:
Jeff Washington (jwash) 2023-09-20 13:38:12 -07:00 committed by GitHub
parent b7bac74d47
commit a32ef97592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,