summaryrefslogtreecommitdiff
path: root/src/main/portfolio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/portfolio.cpp')
-rw-r--r--src/main/portfolio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/portfolio.cpp b/src/main/portfolio.cpp
index 56a05795a..21c1b60a3 100644
--- a/src/main/portfolio.cpp
+++ b/src/main/portfolio.cpp
@@ -38,7 +38,7 @@ int global_winner;
template<typename S>
void runThread(int thread_id, boost::function<S()> threadFn, S& returnValue)
{
- /* Uncommment line to delay first thread, useful to unearth errors/debug */
+ /* Uncomment line to delay first thread, useful to unearth errors/debug */
// if(thread_id == 0) { sleep(1); }
returnValue = threadFn();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback