Skip to content

Commit b433d18

Browse files
Update src/darwin/Framework/CHIP/MTRDevice.mm
Co-authored-by: Jeff Tung <[email protected]>
1 parent 951e0f2 commit b433d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ @implementation MTRDevice {
368368
// don't have persistence enabled, this is our only data store. Nil if we
369369
// currently have nothing that could need persisting.
370370
NSMutableDictionary<MTRClusterPath *, MTRDeviceClusterData *> * _Nullable _clusterDataToPersist;
371-
// _existingClusters stores the set of "valid" keys into _persistedClusterData.
371+
// _persistedClusters stores the set of "valid" keys into _persistedClusterData.
372372
// These are keys that could have values in _persistedClusterData even if they don't
373373
// right now (because they have been evicted).
374374
NSMutableSet<MTRClusterPath *> * _persistedClusters;

0 commit comments

Comments
 (0)