Skip to content

Commit 73d71ab

Browse files
committed
Quick fix
1 parent f9b4e9e commit 73d71ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fabric-bridge-app/fabric-bridge-common/src/BridgedAdministratorCommissioning.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using namespace chip::app::Clusters::AdministratorCommissioning;
2828

2929
CHIP_ERROR BridgedAdministratorCommissioning::Init()
3030
{
31-
// We expect initialization after all emberAfInit(). This allows us to unregister the existing
31+
// We expect initialization after emberAfInit(). This allows us to unregister the existing
3232
// AccessAttributeInterface for AdministratorCommissioning and register ourselves, ensuring we
3333
// get the callback for reading attribute. If the read is not intended for a bridged device we will
3434
// forward it to the original attribute interface that we are unregistering.

0 commit comments

Comments
 (0)