blk-throttle: fix typo in comment of throtl_adjusted_limit
authorKemeng Shi <shikemeng@huawei.com>
Mon, 5 Dec 2022 11:57:06 +0000 (19:57 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 Dec 2022 20:44:59 +0000 (13:44 -0700)
lapsed time -> elapsed time

Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
Link: https://lore.kernel.org/r/20221205115709.251489-7-shikemeng@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-throttle.c

index 1623507ed56e98846824a6f87f2671e236cf32bb..7db8592dae3873ec62160b5bad79312cb90dc4c9 100644 (file)
@@ -129,7 +129,7 @@ static struct throtl_data *sq_to_td(struct throtl_service_queue *sq)
 /*
  * cgroup's limit in LIMIT_MAX is scaled if low limit is set. This scale is to
  * make the IO dispatch more smooth.
- * Scale up: linearly scale up according to lapsed time since upgrade. For
+ * Scale up: linearly scale up according to elapsed time since upgrade. For
  *           every throtl_slice, the limit scales up 1/2 .low limit till the
  *           limit hits .max limit
  * Scale down: exponentially scale down if a cgroup doesn't hit its .low limit