fix typo
This commit is contained in:
parent
9cad0d8cf2
commit
d0067eafe0
|
@ -855,7 +855,7 @@ namespace libtorrent
|
||||||
// the most recent pieces that are in the read cache.
|
// the most recent pieces that are in the read cache.
|
||||||
suggest_mode,
|
suggest_mode,
|
||||||
|
|
||||||
// ``max_queued_disk_bytes`` is the number maximum number of bytes, to
|
// ``max_queued_disk_bytes`` is the maximum number of bytes, to
|
||||||
// be written to disk, that can wait in the disk I/O thread queue.
|
// be written to disk, that can wait in the disk I/O thread queue.
|
||||||
// This queue is only for waiting for the disk I/O thread to receive
|
// This queue is only for waiting for the disk I/O thread to receive
|
||||||
// the job and either write it to disk or insert it in the write
|
// the job and either write it to disk or insert it in the write
|
||||||
|
|
Loading…
Reference in New Issue