diff options
| -rw-r--r-- | yt/yt/core/concurrency/throughput_throttler.h | 2 |
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 e7b2f812991..8d271881d89 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 */ |
