Skip to content

Commit 76ce719

Browse files
committed
Merge branch 'master' into develop
2 parents 5507e47 + 042ce47 commit 76ce719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_scheduled_tp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void test_deque_multi(const int n)
7979
tg.create_thread(boost::bind(func2, &se, d));
8080
}
8181
tg.join_all();
82-
//dtor is called here so execution will block untill all the closures
82+
//dtor is called here so execution will block until all the closures
8383
//have been completed.
8484
}
8585

0 commit comments

Comments
 (0)