mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +00:00
Typo.
This commit is contained in:
parent
63066cf6a5
commit
a714cd4369
@ -141,7 +141,7 @@ static void UpdateLockCountSharedLockable( LockMap& lockmap, size_t pos )
|
||||
const auto end = timeline.size();
|
||||
|
||||
// ObtainShared and ReleaseShared should assert on lockCount == 0, but
|
||||
// due to the async retrieval of data from threads that not possible.
|
||||
// due to the async retrieval of data from threads that's not possible.
|
||||
while( pos != end )
|
||||
{
|
||||
auto& tl = timeline[pos];
|
||||
|
Loading…
x
Reference in New Issue
Block a user