diff --git a/include/libtorrent/torrent.hpp b/include/libtorrent/torrent.hpp index c1aa3ea7e..40c3abd0d 100644 --- a/include/libtorrent/torrent.hpp +++ b/include/libtorrent/torrent.hpp @@ -1273,8 +1273,8 @@ namespace libtorrent { // TODO: this wastes 5 bits per file aux::vector 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 m_deferred_file_priorities;