]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/fiber/scheduler.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / fiber / scheduler.hpp
index 8f61856571adebb22252d8ee1cd9247e0c99d682..8a32fab29a72026683364175741f707c048c40b7 100644 (file)
@@ -90,7 +90,7 @@ private:
     // sleep-queue contains context' which have been called
     // scheduler::wait_until()
     sleep_queue_type                                            sleep_queue_{};
-    // worker-queue contains all context' mananged by this scheduler
+    // worker-queue contains all context' managed by this scheduler
     // except main-context and dispatcher-context
     // unlink happens on destruction of a context
     worker_queue_type                                           worker_queue_{};