aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuryalekseev <yuryalekseev@yandex-team.com>2025-01-09 19:45:02 +0300
committeryuryalekseev <yuryalekseev@yandex-team.com>2025-01-09 19:59:43 +0300
commit4164728ac2be8f2b58391faacb71ed11267db35e (patch)
tree4dd5aa51976ac305a041155426f39bfbf59f5b12
parentf619272b3b015bfb7a1a466a22bbfdd2dbfd9913 (diff)
downloadydb-4164728ac2be8f2b58391faacb71ed11267db35e.tar.gz
YT-23542: Address review comments.
commit_hash:2a32a33300fcdb3f636d67fe644533246d101281
-rw-r--r--yt/yt/core/concurrency/throughput_throttler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/concurrency/throughput_throttler.h b/yt/yt/core/concurrency/throughput_throttler.h
index e7b2f81299..8d271881d8 100644
--- a/yt/yt/core/concurrency/throughput_throttler.h
+++ b/yt/yt/core/concurrency/throughput_throttler.h
@@ -67,7 +67,7 @@ struct IThroughputThrottler
*/
virtual bool IsOverdraft() = 0;
- //! Returns total byte amount of all waiting requests.
+ //! Returns total amount of units of all waiting requests.
/*!
* \note Thread affinity: any
*/