From ec9348c920cd4ad15dbfbb08850e39c60c562a5a Mon Sep 17 00:00:00 2001 From: Jeff Tung <100387939+jtung-apple@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:29:43 -0700 Subject: [PATCH] Update src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h Co-authored-by: Boris Zbarsky --- src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h b/src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h index 22cdaef17dfb0c..e6b09f45640243 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h +++ b/src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h @@ -69,7 +69,7 @@ typedef NS_ENUM(NSUInteger, MTRStorageSharingType) { * * 3) Security level and sharing type will always be the same for any given key value * and are provided to describe the data should the storage delegate choose to - * implement if separating storage location by security level and sharing type. + * implement separating storage location by security level and sharing type. */ #if MTR_PER_CONTROLLER_STORAGE_ENABLED MTR_NEWLY_AVAILABLE