From e780f5240f45b1fde40901506710507551ebb3bb Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 13 Feb 2014 07:28:48 +0000 Subject: [PATCH] fix typo --- include/libtorrent/disk_io_thread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/disk_io_thread.hpp b/include/libtorrent/disk_io_thread.hpp index 47f5384c5..e3b55474b 100644 --- a/include/libtorrent/disk_io_thread.hpp +++ b/include/libtorrent/disk_io_thread.hpp @@ -277,7 +277,7 @@ namespace libtorrent boost::uint32_t cumulative_hash_time; boost::uint32_t cumulative_sort_time; - // the number of bytes that had to be read back from disk because + // the number of blocks that had to be read back from disk because // they were flushed before the SHA-1 hash got to hash them. If this // is large, a larger cache could significantly improve performance int total_read_back;