While reviewing #7941 I came across some field descriptions that are not correct.
For example:
The total number of of milliseconds spent doing I/Os.
There are two errors:
- Repetition of
of
- The usage of
milliseconds in this context is not precise; could be better. For example: "The total amount of time (measured in milliseconds) spent doing I/Os."
There are many such descriptions that could be improved.
While reviewing #7941 I came across some field descriptions that are not correct.
For example:
There are two errors:
ofmillisecondsin this context is not precise; could be better. For example: "The total amount of time (measured in milliseconds) spent doing I/Os."There are many such descriptions that could be improved.