Skip to content

Commit

Permalink
Apply spelling/grammar suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nivi Sarkar <[email protected]>
  • Loading branch information
bzbarsky-apple and nivi-apple committed Aug 29, 2023
1 parent 02d54fb commit 7eddf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTRDemuxingStorage.mm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static bool IsMemoryOnlyGlobalKey(NSString * key)

if ([key isEqualToString:@"g/lkgt"]) {
// Store Last Known Good Time in memory only. We never need this in
// general, because we can always provide wall-clock time.
// general, because we can always provide the wall-clock time.
return true;
}

Expand Down Expand Up @@ -165,7 +165,7 @@ static bool IsMemoryOnlyGlobalKey(NSString * key)
/**
* Method to test whether an index-specific key should be stored in memory only, as
* opposed to being passed on to the actual storage related to controllers.
* The key string will ahve the "f/index/" bit already stripped off the
* The key string will have the "f/index/" bit already stripped off the
* front of the key.
*/
static bool IsMemoryOnlyIndexSpecificKey(NSString * key)
Expand Down

0 comments on commit 7eddf88

Please sign in to comment.