From f406699c4984d19bb0cbea03ec025b92e580da23 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Fri, 20 Sep 2024 17:35:24 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com> --- src/darwin/Framework/CHIP/MTRBaseDevice_Internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/darwin/Framework/CHIP/MTRBaseDevice_Internal.h b/src/darwin/Framework/CHIP/MTRBaseDevice_Internal.h index 1482d80634da43..713977ea6b1172 100644 --- a/src/darwin/Framework/CHIP/MTRBaseDevice_Internal.h +++ b/src/darwin/Framework/CHIP/MTRBaseDevice_Internal.h @@ -116,8 +116,8 @@ static inline MTRTransportType MTRMakeTransportType(chip::Transport::Type type) /** * Like the public invokeCommandWithEndpointID but allows passing through a - * serverSideProcessingTimeout and controlling whether we log the call (so we - * can not log when the call is not actually originating with MTRBaseDevice). + * serverSideProcessingTimeout and a flag to control whether we log the call (so we + * can choose not to log when the call is not actually originating with MTRBaseDevice). */ - (void)_invokeCommandWithEndpointID:(NSNumber *)endpointID clusterID:(NSNumber *)clusterID