]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/test_scheduled_tp.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / thread / test / test_scheduled_tp.cpp
index b4503a8bf9aaf1ec976034ba9bb2741587fbf47f..7b7a2a120b550feef879b2f394f2069f85fee386 100644 (file)
@@ -79,7 +79,7 @@ void test_deque_multi(const int n)
         tg.create_thread(boost::bind(func2, &se, d));
     }
     tg.join_all();
-    //dtor is called here so execution will block untill all the closures
+    //dtor is called here so execution will block until all the closures
     //have been completed.
 }