Skip to content

Commit 4023dd8

Browse files
committed
Merge branch 'server-cluster-interface' of github.com:andy31415/connectedhomeip into server-cluster-interface
2 parents baf517b + 3f588ac commit 4023dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/server-cluster/ServerClusterInterfaceRegistry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class ServerClusterInterfaceRegistry
8484
// Dynamic allocated endpoint cluters, once static allocation is used up
8585
DynamicEndpointClusters * mDynamicEndpoints = nullptr;
8686

87-
// a one-element cache to speed up finding per endpoint
87+
// a one-element cache to speed up finding the cluster list for an endpoint.
8888
EndpointClusters * mEndpointClustersCache = nullptr;
8989

9090
// a one-element cache to speed up finding a cluster within an endpoint.

0 commit comments

Comments
 (0)