From a714cd43694e36ebccc1c0f8772ac4c03f466b6c Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 12 May 2019 15:59:53 +0200 Subject: [PATCH] Typo. --- server/TracyWorker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp index 6e009faf..9dac4798 100644 --- a/server/TracyWorker.cpp +++ b/server/TracyWorker.cpp @@ -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];