Comments typos

This commit is contained in:
Alden Torres 2016-01-02 11:24:07 -05:00
parent d97e200325
commit b20096f0db
4 changed files with 5 additions and 5 deletions

View File

@ -206,7 +206,7 @@ namespace libtorrent
// if this is set, we'll be calculating the hash // if this is set, we'll be calculating the hash
// for this piece. This member stores the interim // for this piece. This member stores the interim
// state while we're calulcating the hash. // state while we're calculating the hash.
partial_hash* hash; partial_hash* hash;
// set to a unique identifier of a peer that last // set to a unique identifier of a peer that last

View File

@ -358,7 +358,7 @@ private:
#if !defined(TORRENT_DISABLE_ENCRYPTION) && !defined(TORRENT_DISABLE_EXTENSIONS) #if !defined(TORRENT_DISABLE_ENCRYPTION) && !defined(TORRENT_DISABLE_EXTENSIONS)
// this is set to true after the encryption method has been // this is set to true after the encryption method has been
// succesfully negotiated (either plaintext or rc4), to signal // successfully negotiated (either plaintext or rc4), to signal
// automatic encryption/decryption. // automatic encryption/decryption.
bool m_encrypted:1; bool m_encrypted:1;
@ -377,7 +377,7 @@ private:
// where in the send buffer actual payload // where in the send buffer actual payload
// data is located. This is currently // data is located. This is currently
// only used to be able to gather statistics // only used to be able to gather statistics
// seperately on payload and protocol data. // separately on payload and protocol data.
struct range struct range
{ {
range(int s, int l) range(int s, int l)

View File

@ -44,7 +44,7 @@ namespace libtorrent
// sort. Only the unchoke slots first elements are sorted. // sort. Only the unchoke slots first elements are sorted.
// the return value are the number of peers that should be unchoked. This // the return value are the number of peers that should be unchoked. This
// is also the number of elements that are valid at the beginning of the // is also the number of elements that are valid at the beginning of the
// peer list. Peers bayond this initial range are not sorted. // peer list. Peers beyond this initial range are not sorted.
TORRENT_EXTRA_EXPORT int unchoke_sort(std::vector<peer_connection*>& peers TORRENT_EXTRA_EXPORT int unchoke_sort(std::vector<peer_connection*>& peers
, int max_upload_rate, time_duration unchoke_interval , int max_upload_rate, time_duration unchoke_interval
, aux::session_settings const& sett); , aux::session_settings const& sett);

View File

@ -255,7 +255,7 @@ namespace libtorrent
// this generally improves disk performance. // this generally improves disk performance.
no_atime = 0x8, no_atime = 0x8,
// open the file for random acces. This disables read-ahead // open the file for random access. This disables read-ahead
// logic // logic
random_access = 0x10, random_access = 0x10,