From 302ad8768613b3868fffcba39777e25a3a0ae9fa Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 21 Mar 2019 22:06:37 +0100 Subject: [PATCH] Fix typo. --- client/TracyProfiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 20d4f0b0..f31b8640 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -204,7 +204,7 @@ static int64_t SetupHwTimer() sigaction( SIGILL, &oldact, nullptr ); GetTimeImpl = GetTimeImplCntvct; - // Check if cntcvt is monotonic (there is faulty hw out there) + // Check if cntvct is monotonic (there is faulty hw out there) enum { NumProbes = 32 * 1024 }; int64_t probe[NumProbes]; for( int j=0; j<10; j++ )