From 2f3e3caf0f05e35ba0d9239cb6c43a26f1e93704 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 31 Aug 2014 08:34:03 +0000 Subject: [PATCH] fixed typo --- src/peer_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp index e843e7b3e..4e0a37934 100644 --- a/src/peer_connection.cpp +++ b/src/peer_connection.cpp @@ -2500,7 +2500,7 @@ namespace libtorrent if (i->receiving == false) { i->receiving = true; - // if byte_offset is greater then or equal to 0, it means + // if send_buffer_offset is greater then or equal to 0, it means // the callback of the send operation when we sent this // request hasn't come back yet, and we're already // receiving the response from it. Count the rtt as 0.