From ae18a6e4380b57303be487f59a3c1b6618c4f6b1 Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Mon, 12 Aug 2019 19:07:53 +0300 Subject: [PATCH] Update CurrentThread.h --- dbms/src/Common/CurrentThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Common/CurrentThread.h b/dbms/src/Common/CurrentThread.h index 638f3657eed..01e46fbeadc 100644 --- a/dbms/src/Common/CurrentThread.h +++ b/dbms/src/Common/CurrentThread.h @@ -33,7 +33,7 @@ class InternalTextLogsQueue; class CurrentThread { public: - //Return true in case of successful initializaiton + /// Return true in case of successful initializaiton static bool isInitialized(); /// Handler to current thread