File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -976,7 +976,7 @@ static void DispatchResolve(intptr_t context)
976
976
}
977
977
978
978
// The context will be freed and the resolve operation is stopped. Matter will
979
- // try to stop it again on the mDnsResolveCallback but nothing will happen because the
979
+ // try to stop it again on the mDnsResolveCallback but nothing will happen because the
980
980
// element is no longer present in the list.
981
981
LIST_RemoveElement (&pResolveContext->link );
982
982
@@ -990,7 +990,7 @@ static void DispatchResolveError(intptr_t context)
990
990
Span<Inet::IPAddress> ipAddrs;
991
991
992
992
// The context will be freed and the resolve operation is stopped. Matter will
993
- // try to stop it again on the mDnsResolveCallback but nothing will happen because the
993
+ // try to stop it again on the mDnsResolveCallback but nothing will happen because the
994
994
// element is no longer present in the list.
995
995
LIST_RemoveElement (&pResolveContext->link );
996
996
You can’t perform that action at this time.
0 commit comments