Merge pull request #5191

a2cfae8 util.cpp comment correction (21E14)
This commit is contained in:
Pieter Wuille 2014-11-04 04:38:34 -08:00
commit 1dbabb6521
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657
1 changed files with 2 additions and 2 deletions

View File

@ -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;