From 88af8789a72061d5c33f5e42fcbbbd4c92cbdc7a Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 5 Dec 2019 00:43:44 +0100 Subject: [PATCH] fix typos --- include/libtorrent/torrent.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;