Fix a typo in the comment ("freed ip")

This commit is contained in:
Alexander Krotov
2019-09-03 12:29:45 +03:00
parent 8d2eca14a8
commit 5de272fa18

View File

@@ -202,7 +202,7 @@ void BulkSendApplication::SendData (void)
}
// We exit this loop when actual < toSend as the send side
// buffer is full. The "DataSent" callback will pop when
// some buffer space has freed ip.
// some buffer space has freed up.
if ((unsigned)actual != toSend)
{
break;