This commit is contained in:
arvidn 2015-10-07 00:46:28 -04:00
parent 16661fb67c
commit 6a7b9d1c4c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace libtorrent
torrent_status& operator=(torrent_status const&) = default;
#endif
// compres if the torrent status objects come from the same torrent. i.e.
// compares if the torrent status objects come from the same torrent. i.e.
// only the torrent_handle field is compared.
bool operator==(torrent_status const& st) const
{ return handle == st.handle; }