]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/thread: fix comment phrasing in ThreadPool.h. 35506/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 9 Jun 2020 11:35:54 +0000 (13:35 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 9 Jun 2020 14:41:08 +0000 (16:41 +0200)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/thread/ThreadPool.h

index 8cf61799aab6ebaf2b416ddd7754040ed8c4e39e..91c08eab988f839c59b454cf907bb0193f62d9de 100644 (file)
@@ -99,8 +99,7 @@ public:
    * @param n_threads the number of threads in this thread pool.
    * @param cpu the CPU core to which this thread pool is assigned
    * @note each @c Task has its own crimson::thread::Condition, which possesses
-   * possesses an fd, so we should keep the size of queue under a reasonable
-   * limit.
+   * an fd, so we should keep the size of queue under a reasonable limit.
    */
   ThreadPool(size_t n_threads, size_t queue_sz, unsigned cpu);
   ~ThreadPool();