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;