Skip to content

Commit 1700904

Browse files
committed
typo fix
1 parent 0822193 commit 1700904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inet/TCPEndPointImplLwIP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ err_t TCPEndPointImplLwIP::LwIPHandleIncomingConnection(void * arg, struct tcp_p
825825
conEP = static_cast<TCPEndPointImplLwIP *>(listenEP->mPreAllocatedConnectEP);
826826
if (conEP == nullptr)
827827
{
828-
// The listen endpoint received a new incoming connection before it had a chance to pre-allocates a new connection
828+
// The listen endpoint received a new incoming connection before it had a chance to pre-allocate a new connection
829829
// endpoint.
830830
err = CHIP_ERROR_BUSY;
831831
}

0 commit comments

Comments
 (0)