Skip to content

Commit

Permalink
Fix typo in MTRDevice comment. (#34463)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Jul 24, 2024
1 parent 6768739 commit 8ad0bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ - (void)invalidate
// Destroy the read client and callback (has to happen on the Matter
// queue, to avoid deleting objects that are being referenced), to
// tear down the subscription. We will get no more callbacks from
// the subscrption after this point.
// the subscription after this point.
std::lock_guard lock(self->_lock);
self->_currentReadClient = nullptr;
if (self->_currentSubscriptionCallback) {
Expand Down

0 comments on commit 8ad0bdf

Please sign in to comment.