We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951e0f2 commit b433d18Copy full SHA for b433d18
src/darwin/Framework/CHIP/MTRDevice.mm
@@ -368,7 +368,7 @@ @implementation MTRDevice {
368
// don't have persistence enabled, this is our only data store. Nil if we
369
// currently have nothing that could need persisting.
370
NSMutableDictionary<MTRClusterPath *, MTRDeviceClusterData *> * _Nullable _clusterDataToPersist;
371
- // _existingClusters stores the set of "valid" keys into _persistedClusterData.
+ // _persistedClusters stores the set of "valid" keys into _persistedClusterData.
372
// These are keys that could have values in _persistedClusterData even if they don't
373
// right now (because they have been evicted).
374
NSMutableSet<MTRClusterPath *> * _persistedClusters;
0 commit comments