Skip to content

Commit f0d78d0

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

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
@@ -71,7 +71,7 @@ class Delegate
7171

7272
virtual CHIP_ERROR GetDataset(Thread::OperationalDataset & dataset, DatasetType type) = 0;
7373

74-
// The Delegate implement should back up the old active dataset at the begining of function if no backup already exists.
74+
// 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

7777
// The Delegate implement should remove the backup active dataset in this function.

0 commit comments

Comments
 (0)