We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8ed55 commit 81c2387Copy full SHA for 81c2387
src/app/clusters/thread-border-router-management-server/thread-br-delegate.h
@@ -77,7 +77,7 @@ class Delegate
77
// 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.
+ // The Delegate implementation should restore the backup active dataset in this function.
81
// Once RevertActiveDataset is called the ActivateDatasetCallback of previous SetActiveDataset should never be called.
82
virtual CHIP_ERROR RevertActiveDataset() = 0;
83
0 commit comments