From: Radoslaw Zarzynski Date: Tue, 9 Jun 2020 11:35:54 +0000 (+0200) Subject: crimson/thread: fix comment phrasing in ThreadPool.h. X-Git-Tag: v17.0.0~2127^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a345221f8e2eed2a9b4dbba63da4ef2b1b3f9da4;p=ceph.git crimson/thread: fix comment phrasing in ThreadPool.h. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crimson/thread/ThreadPool.h b/src/crimson/thread/ThreadPool.h index 8cf61799aab6e..91c08eab988f8 100644 --- a/src/crimson/thread/ThreadPool.h +++ b/src/crimson/thread/ThreadPool.h @@ -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();