Skip to content

Commit

Permalink
remove extraneous 'is' from Documentation/iostats.txt
Browse files Browse the repository at this point in the history
fix "is increases", drop "is"

Signed-off-by: Jim Cromie <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
jimc authored and Jiri Kosina committed Jan 3, 2011
1 parent 9380f2a commit 50ed380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/iostats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Field 9 -- # of I/Os currently in progress
The only field that should go to zero. Incremented as requests are
given to appropriate struct request_queue and decremented as they finish.
Field 10 -- # of milliseconds spent doing I/Os
This field is increases so long as field 9 is nonzero.
This field increases so long as field 9 is nonzero.
Field 11 -- weighted # of milliseconds spent doing I/Os
This field is incremented at each I/O start, I/O completion, I/O
merge, or read of these stats by the number of I/Os in progress
Expand Down

0 comments on commit 50ed380

Please sign in to comment.