From 3697fe5a6c89575c2f3a96413db01b520880176e Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:07:41 -0400 Subject: [PATCH] Update src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp Co-authored-by: Ricardo Casallas <77841255+rcasallas-silabs@users.noreply.github.com> --- .../OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp b/src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp index 3fe20c2cf6a804..61452f5ff0ec90 100644 --- a/src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp +++ b/src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp @@ -1090,7 +1090,7 @@ CHIP_ERROR GenericThreadStackManagerImpl_OpenThread::_GetPollPeriod(u /** * @brief Helper that sets callbacks for OpenThread state changes and configures the Thread stack. - * Assigns mOTInst to and instance and configures the OT stack on a device by setting state change callbacks enabling features + * Assigns mOTInst to an instance, and configures the OT stack on a device by setting state change callbacks enabling features * for IPv6 address configuration, enabling the Thread network if necessary, and handling SRP if enabled. * Allows for the configuration of the Thread stack on a device where the instance and the otCLI are already initialised. *