From 236190430e5b38291d6094f3afce4ee726539a15 Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:52:52 -0500 Subject: [PATCH] Update src/app/clusters/scenes/SceneTableImpl.h Co-authored-by: Tennessee Carmel-Veilleux --- src/app/clusters/scenes/SceneTableImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/clusters/scenes/SceneTableImpl.h b/src/app/clusters/scenes/SceneTableImpl.h index 760caa0e562a66..0b54c2a8da8afb 100644 --- a/src/app/clusters/scenes/SceneTableImpl.h +++ b/src/app/clusters/scenes/SceneTableImpl.h @@ -26,7 +26,7 @@ namespace chip { namespace scenes { /** - * @brief Implementation of a storage in permanent memory of the scene table. + * @brief Implementation of a storage in nonvolatile storage of the scene table. * * SceneTableImpl is an implementation that allows to store scenes in a permenent manner. * It handles the storage of scenes by their ID, GroupID and EnpointID over multiple fabrics.