fix invalid comment

This commit is contained in:
Arvid Norberg 2014-10-10 00:16:17 +00:00
parent e2fba2caa9
commit ab34239447
1 changed files with 1 additions and 1 deletions

View File

@ -1047,7 +1047,7 @@ namespace libtorrent
if (on_parole()) ret |= piece_picker::on_parole
| piece_picker::prioritize_partials;
// only one of rarest_first, common_first and sequential can be set.
// only one of rarest_first and sequential can be set.
TORRENT_ASSERT((ret & piece_picker::rarest_first) ? 1 : 0
+ (ret & piece_picker::sequential) ? 1 : 0 <= 1);
return ret;