Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b8ed55

Browse files
wqx6bzbarsky-apple
andauthoredJun 27, 2024··
Update src/app/clusters/thread-border-router-management-server/thread-br-delegate.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent f0d78d0 commit 1b8ed55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/clusters/thread-border-router-management-server/thread-br-delegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Delegate
7474
// The Delegate implementation should back up the old active dataset at the beginning of function if no backup already exists.
7575
virtual CHIP_ERROR SetActiveDataset(const Thread::OperationalDataset & activeDataset, ActivateDatasetCallback * callback) = 0;
7676

77-
// The Delegate implement should remove the backup active dataset in this function.
77+
// The Delegate implementation should remove the backup active dataset in this function.
7878
virtual CHIP_ERROR CommitActiveDataset() = 0;
7979

8080
// The Delegate implement should restore the backup active dataset in this function.

0 commit comments

Comments
 (0)
Please sign in to comment.