diff --git a/src/darwin/Framework/CHIP/MTRDevice.mm b/src/darwin/Framework/CHIP/MTRDevice.mm index 0ac00a646cd15f..1516edc300e23c 100644 --- a/src/darwin/Framework/CHIP/MTRDevice.mm +++ b/src/darwin/Framework/CHIP/MTRDevice.mm @@ -368,7 +368,7 @@ @implementation MTRDevice { // don't have persistence enabled, this is our only data store. Nil if we // currently have nothing that could need persisting. NSMutableDictionary * _Nullable _clusterDataToPersist; - // _existingClusters stores the set of "valid" keys into _persistedClusterData. + // _persistedClusters stores the set of "valid" keys into _persistedClusterData. // These are keys that could have values in _persistedClusterData even if they don't // right now (because they have been evicted). NSMutableSet * _persistedClusters;