summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Valente <paolo.valente@linaro.org>2016-11-05 18:32:20 +0100
committerCon Kolivas <kernel@kolivas.org>2016-11-12 10:31:34 +1100
commit8de715978cd61ab62ec8e79890b876559e745a18 (patch)
tree5cdcd8ea97d100933a3b806183c5f11de4ec3b8c
parent3f5c18ce3c193dacbdf2cd3097cd85844fbfd21e (diff)
Fix type in bfq-iosched.txt4.8-ck7
Sigend-off-by: Paolo Valente <paolo.valente@linaro.org>
-rw-r--r--Documentation/block/bfq-iosched.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/block/bfq-iosched.txt b/Documentation/block/bfq-iosched.txt
index 8979408a8277..5ba67af3d3c6 100644
--- a/Documentation/block/bfq-iosched.txt
+++ b/Documentation/block/bfq-iosched.txt
@@ -385,7 +385,7 @@ max_budget
Maximum amount of service, measured in sectors, that can be provided
to a BFQ queue once it is set in service (of course within the limits
of the above timeout). According to what said in the description of
-the algoritm, larger values increase the throughput in proportion to
+the algorithm, larger values increase the throughput in proportion to
the percentage of sequential I/O requests issued. The price of larger
values is that they coarsen the granularity of short-term bandwidth
and latency guarantees.