mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +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();
|
const auto end = timeline.size();
|
||||||
|
|
||||||
// ObtainShared and ReleaseShared should assert on lockCount == 0, but
|
// 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 )
|
while( pos != end )
|
||||||
{
|
{
|
||||||
auto& tl = timeline[pos];
|
auto& tl = timeline[pos];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user