diff --git a/worker/include/DepUsrSCTP.hpp b/worker/include/DepUsrSCTP.hpp index 0201750946..6684f6102a 100644 --- a/worker/include/DepUsrSCTP.hpp +++ b/worker/include/DepUsrSCTP.hpp @@ -13,8 +13,8 @@ class DepUsrSCTP /* Struct for storing a pending SCTP message to be sent. */ struct SendSctpDataItem { - // NOTE: We keep this struct simple, without explicit allocation - // or deallocation in constructor/destructor, and instead rely on + // NOTE: We keep this struct simple, without explicit allocation or + // deallocation of members in constructor/destructor, and instead rely on // the destructor of the main container SendSctpDataStore. SendSctpDataItem() noexcept;