From 129bd9757970bcd6412c47feca0ba5b3d4b60039 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Fri, 20 Sep 2024 14:23:06 -0400 Subject: [PATCH] Apply suggestion from code review. Co-authored-by: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com> --- src/darwin/Framework/CHIP/MTRDevice_Concrete.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm b/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm index f7c888060aaf84..bc26905d174834 100644 --- a/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm +++ b/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm @@ -2986,7 +2986,7 @@ - (void)writeAttributeWithEndpointID:(NSNumber *)endpointID // // Note that we don't use the structural attributes (PartsList, ServerList, // AttributeList) to determine this set, because we might be in the middle - // of priming right now and not have gotten those yet. Just use the set of + // of priming right now and have not gotten those yet. Just use the set of // attribute paths we actually have. NSMutableSet * existentPaths = [[NSMutableSet alloc] init]; {