Skip to content

Commit 5de272f

Browse files
author
Alexander Krotov
committed
Fix a typo in the comment ("freed ip")
1 parent 8d2eca1 commit 5de272f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/model/bulk-send-application.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ void BulkSendApplication::SendData (void)
202202
}
203203
// We exit this loop when actual < toSend as the send side
204204
// buffer is full. The "DataSent" callback will pop when
205-
// some buffer space has freed ip.
205+
// some buffer space has freed up.
206206
if ((unsigned)actual != toSend)
207207
{
208208
break;

0 commit comments

Comments
 (0)