diff --git a/src/app/CommandHandler.h b/src/app/CommandHandler.h index 5458c14dd54831..01c2c37a227bf2 100644 --- a/src/app/CommandHandler.h +++ b/src/app/CommandHandler.h @@ -693,7 +693,7 @@ class CommandHandler InvokeResponseMessage::Builder mInvokeResponseBuilder; TLV::TLVType mDataElementContainerType = TLV::kTLVType_NotSpecified; size_t mPendingWork = 0; - /* List to store the weak reference to all the Handle created with this Command Handler.*/ + /* List to store all currently-outstanding Handles for this Command Handler.*/ IntrusiveList mpHandleList; chip::System::PacketBufferTLVWriter mCommandMessageWriter;