diff --git a/src/transport/SecureSessionMgr.h b/src/transport/SecureSessionMgr.h index 861f13f8f2f18c..acdb01c1c7e2fa 100644 --- a/src/transport/SecureSessionMgr.h +++ b/src/transport/SecureSessionMgr.h @@ -179,10 +179,10 @@ class DLL_EXPORT SecureSessionMgr : public TransportMgrDelegate /** * @brief - * This function takes the payload and returns encrypted message which can be sent multiple times. + * This function takes the payload and returns an encrypted message which can be sent multiple times. * * @details - * It contains following preparation: + * It does the following: * 1. Encrypt the msgBuf * 2. construct the packet header * 3. Encode the packet header and prepend it to message.