Skip to content

Commit 20271bf

Browse files
Update src/app/CommandHandler.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 8813c00 commit 20271bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/CommandHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ class CommandHandler
693693
InvokeResponseMessage::Builder mInvokeResponseBuilder;
694694
TLV::TLVType mDataElementContainerType = TLV::kTLVType_NotSpecified;
695695
size_t mPendingWork = 0;
696-
/* List to store the weak reference to all the Handle created with this Command Handler.*/
696+
/* List to store all currently-outstanding Handles for this Command Handler.*/
697697
IntrusiveList<Handle> mpHandleList;
698698

699699
chip::System::PacketBufferTLVWriter mCommandMessageWriter;

0 commit comments

Comments
 (0)