diff --git a/examples/platform/linux/ExampleAccessRestrictionProvider.h b/examples/platform/linux/ExampleAccessRestrictionProvider.h index 731a8ae5845a21..645c71a5b42435 100644 --- a/examples/platform/linux/ExampleAccessRestrictionProvider.h +++ b/examples/platform/linux/ExampleAccessRestrictionProvider.h @@ -39,7 +39,7 @@ class ExampleAccessRestrictionProvider : public AccessRestrictionProvider protected: CHIP_ERROR DoRequestFabricRestrictionReview(const FabricIndex fabricIndex, uint64_t token, const std::vector & arl) { - // this example simply removes all restrictions and will generate AccessRestrictionEntryChanged events + // this example simply removes all restrictions when a review command is received Access::GetAccessControl().GetAccessRestrictionProvider()->SetEntries(fabricIndex, std::vector{}); chip::app::Clusters::AccessControl::Events::FabricRestrictionReviewUpdate::Type event{ .token = token,