]> Git Repo - VerusCoin.git/commitdiff
util.cpp comment correction
author21E14 <[email protected]>
Sat, 1 Nov 2014 13:41:48 +0000 (09:41 -0400)
committer21E14 <[email protected]>
Sat, 1 Nov 2014 13:41:48 +0000 (09:41 -0400)
src/util.cpp

index 544ffc98b830fc0ab347e87474660778bd8b6930..0f5c036352368b0f0466546c1b4e72da6d814776 100644 (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;
 
This page took 0.02678 seconds and 4 git commands to generate.