From 2515154d4dcb311765b96b735fe1f6282c437b73 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 19 Apr 2022 09:20:08 -0400 Subject: [PATCH] Fix typo in comment in ClusterStateCache. (#17467) --- src/app/ClusterStateCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ClusterStateCache.h b/src/app/ClusterStateCache.h index 720766e2cfc621..6cbd9c75f707d4 100644 --- a/src/app/ClusterStateCache.h +++ b/src/app/ClusterStateCache.h @@ -254,7 +254,7 @@ class ClusterStateCache : protected ReadClient::Callback * object that can be decoded using the DataModel::Decode machinery will work. * * Notable return values: - * - If the provided attribute object's Cluster and Event IDs don't match those of the event in the cache, + * - If the provided event object's Cluster and Event IDs don't match those of the event in the cache, * a CHIP_ERROR_SCHEMA_MISMATCH shall be returned. * * - If event doesn't exist in the cache, CHIP_ERROR_KEY_NOT_FOUND