From a7e615d42ed0576695213263edb2a15be673f11d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 17 Dec 2018 15:09:10 +0100 Subject: [PATCH] Cosmetics. --- client/TracyProfiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index aa342a5f..666f04af 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -96,7 +96,7 @@ struct RPMallocInit { #if defined TRACY_USE_INIT_ONCE InitOnceExecuteOnce(&InitOnce, InitOnceCallback, nullptr, nullptr); - //We must call rpmalloc_thread_initialize() explicitly here since the InitOnceCallback might + //We must call rpmalloc_thread_initialize() explicitly here since the InitOnceCallback might //not be called on this thread if another thread has executed it earlier. rpmalloc_thread_initialize(); #else