diff options
author | Jim Cromie <jim.cromie@gmail.com> | 2010-07-04 01:18:11 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-03 08:00:28 -0500 |
commit | 50ed380afb5c5858409e99cf971a311c4e64a5b3 (patch) | |
tree | 432d75ced247b20ad507d937842d9b8a13869b0d /Documentation/iostats.txt | |
parent | 9380f2af16940d1a65cb522d6a5876de65c28e7d (diff) |
remove extraneous 'is' from Documentation/iostats.txt
fix "is increases", drop "is"
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/iostats.txt')
-rw-r--r-- | Documentation/iostats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/iostats.txt b/Documentation/iostats.txt index 59a69ec67c40..f6dece5b7014 100644 --- a/Documentation/iostats.txt +++ b/Documentation/iostats.txt | |||
@@ -81,7 +81,7 @@ Field 9 -- # of I/Os currently in progress | |||
81 | The only field that should go to zero. Incremented as requests are | 81 | The only field that should go to zero. Incremented as requests are |
82 | given to appropriate struct request_queue and decremented as they finish. | 82 | given to appropriate struct request_queue and decremented as they finish. |
83 | Field 10 -- # of milliseconds spent doing I/Os | 83 | Field 10 -- # of milliseconds spent doing I/Os |
84 | This field is increases so long as field 9 is nonzero. | 84 | This field increases so long as field 9 is nonzero. |
85 | Field 11 -- weighted # of milliseconds spent doing I/Os | 85 | Field 11 -- weighted # of milliseconds spent doing I/Os |
86 | This field is incremented at each I/O start, I/O completion, I/O | 86 | This field is incremented at each I/O start, I/O completion, I/O |
87 | merge, or read of these stats by the number of I/Os in progress | 87 | merge, or read of these stats by the number of I/Os in progress |