Skip to content

Commit 27f065e

Browse files
committed
clarify comments
1 parent 8883732 commit 27f065e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/log/UniCoutLog.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// - CORE:
1515
// . cout
1616
//
17-
// - NOT MT safe: since (static) member; so shall ONLY use in main thread
17+
// - MT safe: NO!!! since (static) member; so shall NOT cross-thread use
1818
// ***********************************************************************************************
1919
#ifndef UNI_COUT_LOG_HPP_
2020
#define UNI_COUT_LOG_HPP_

src/log/UniSmartLog.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// - CORE:
1212
// . smartLog_
1313
//
14-
// - NOT MT safe: since (static) member; so shall ONLY use in main thread
14+
// - MT safe: NO!!! since (static) member; so shall NOT cross-thread use
1515
// ***********************************************************************************************
1616
#ifndef UNI_SMART_LOG_HPP_
1717
#define UNI_SMART_LOG_HPP_

0 commit comments

Comments
 (0)