We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d78d0 commit 1b8ed55Copy full SHA for 1b8ed55
src/app/clusters/thread-border-router-management-server/thread-br-delegate.h
@@ -74,7 +74,7 @@ class Delegate
74
// The Delegate implementation should back up the old active dataset at the beginning of function if no backup already exists.
75
virtual CHIP_ERROR SetActiveDataset(const Thread::OperationalDataset & activeDataset, ActivateDatasetCallback * callback) = 0;
76
77
- // The Delegate implement should remove the backup active dataset in this function.
+ // The Delegate implementation should remove the backup active dataset in this function.
78
virtual CHIP_ERROR CommitActiveDataset() = 0;
79
80
// The Delegate implement should restore the backup active dataset in this function.
0 commit comments