fix typo in comment

This commit is contained in:
Arvid Norberg 2018-05-03 01:06:01 +02:00 committed by Arvid Norberg
parent 8808eb7cdd
commit 894933e1f1
1 changed files with 1 additions and 3 deletions

View File

@ -165,9 +165,7 @@ namespace libtorrent {
// this mutex protects everything. Since it's held while executing user
// callbacks (the notify function and extension on_alert()) it must be
// recursive to post new alerts. This is implemented by storing the
// current thread-id in m_mutex_holder, if it matches ours, we don't need
// to lock
// recursive to support recursively post new alerts.
mutable recursive_mutex m_mutex;
condition_variable m_condition;
boost::uint32_t m_alert_mask;