diff options
| author | 21E14 <[email protected]> | 2014-11-01 09:41:48 -0400 |
|---|---|---|
| committer | 21E14 <[email protected]> | 2014-11-01 09:41:48 -0400 |
| commit | a2cfae8e18a5d4270d471ac226c963a7c5e7c39b (patch) | |
| tree | f018161917f0cf200a5e36dc705dd272a8978d00 /src/util.cpp | |
| parent | Merge pull request #5145 (diff) | |
| download | discoin-a2cfae8e18a5d4270d471ac226c963a7c5e7c39b.tar.xz discoin-a2cfae8e18a5d4270d471ac226c963a7c5e7c39b.zip | |
util.cpp comment correction
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp index 544ffc98b..0f5c03635 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -159,8 +159,8 @@ instance_of_cinit; // the mutex). static boost::once_flag debugPrintInitFlag = BOOST_ONCE_INIT; -// We use boost::call_once() to make sure these are initialized in -// in a thread-safe manner the first time it is called: +// We use boost::call_once() to make sure these are initialized +// in a thread-safe manner the first time called: static FILE* fileout = NULL; static boost::mutex* mutexDebugLog = NULL; |