From 5de272fa18779eb67d0d4acd409d5c0ef8bcb5df Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 3 Sep 2019 12:29:45 +0300 Subject: [PATCH] Fix a typo in the comment ("freed ip") --- src/applications/model/bulk-send-application.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/model/bulk-send-application.cc b/src/applications/model/bulk-send-application.cc index 74980e4f8..9b89ef2e3 100644 --- a/src/applications/model/bulk-send-application.cc +++ b/src/applications/model/bulk-send-application.cc @@ -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;