fix some typos
This commit is contained in:
parent
69ff30f50f
commit
00a36608b9
|
@ -678,7 +678,7 @@ namespace libtorrent
|
||||||
// class and returns a unique identifier.
|
// class and returns a unique identifier.
|
||||||
//
|
//
|
||||||
// Identifiers are assigned from low numbers to higher. So if you plan on
|
// Identifiers are assigned from low numbers to higher. So if you plan on
|
||||||
// using certain peer classes in a call to `set_peer_class_filter()`_,
|
// using certain peer classes in a call to set_peer_class_filter(),
|
||||||
// make sure to create those early on, to get low identifiers.
|
// make sure to create those early on, to get low identifiers.
|
||||||
//
|
//
|
||||||
// For more information on peer classes, see peer-classes_.
|
// For more information on peer classes, see peer-classes_.
|
||||||
|
|
|
@ -1610,7 +1610,7 @@ namespace libtorrent
|
||||||
// the number of bytes of padding files
|
// the number of bytes of padding files
|
||||||
boost::uint32_t m_padding:24;
|
boost::uint32_t m_padding:24;
|
||||||
|
|
||||||
// TODO: 8 bits available here
|
// TODO: gap of 8 bits available here
|
||||||
|
|
||||||
// ----
|
// ----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue