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++ )