fix typos

This commit is contained in:
arvidn 2019-12-05 00:43:44 +01:00
parent b5790b982b
commit 88af8789a7
1 changed files with 2 additions and 2 deletions

View File

@ -1273,8 +1273,8 @@ namespace libtorrent {
// TODO: this wastes 5 bits per file
aux::vector<download_priority_t, file_index_t> m_file_priority;
// any file priority updateds attempted while another file priority update
// in in-progress/outstanding with the disk I/O thread, are queued up in
// any file priority updates attempted while another file priority update
// is in-progress/outstanding with the disk I/O thread, are queued up in
// this dictionary. Once the outstanding update comes back, all of these
// are applied in one batch
std::map<file_index_t, download_priority_t> m_deferred_file_priorities;