aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshaprunovk <shaprunovk@yandex-team.com>2023-04-27 22:57:02 +0300
committershaprunovk <shaprunovk@yandex-team.com>2023-04-27 22:57:02 +0300
commit806a96c81a35a7dcbf6e732d4048254c4ac343b4 (patch)
tree36246fb707946c4851311614651174d9004e7204
parent47483544881272573e44fb15f1009a7066ab5b4b (diff)
downloadydb-806a96c81a35a7dcbf6e732d4048254c4ac343b4.tar.gz
[util] Fix typo in IThreadPool descr
-rw-r--r--util/thread/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/pool.h b/util/thread/pool.h
index 7c97880c6f..f7422645f9 100644
--- a/util/thread/pool.h
+++ b/util/thread/pool.h
@@ -156,7 +156,7 @@ public:
void SafeAddAndOwn(THolder<IObjectInQueue> obj);
/**
- * Add object to queue, run ojb->Proccess in other threads.
+ * Add object to queue, run obj->Proccess in other threads.
* Obj is not deleted after execution
* @return true of obj is successfully added to queue
* @return false if queue is full or shutting down