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];