From 5e931e9f637b849658f1f71f77ea1ff805afb4d7 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 19 Feb 2014 07:19:00 +0000 Subject: [PATCH] fix documentation issue --- include/libtorrent/session_settings.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/libtorrent/session_settings.hpp b/include/libtorrent/session_settings.hpp index f71e48d80..e4eef10a3 100644 --- a/include/libtorrent/session_settings.hpp +++ b/include/libtorrent/session_settings.hpp @@ -855,9 +855,8 @@ namespace libtorrent avoid_readback }; - // tells the disk I/O thread which cache flush algorithm to use. The - // default algorithm is largest_contiguous. This is specified by the - // disk_cache_algo_t enum. + // tells the disk I/O thread which cache flush algorithm to use. + // This is specified by the disk_cache_algo_t enum. disk_cache_algo_t disk_cache_algorithm; // the number of blocks to read into the read cache when a read cache