diff options
Diffstat (limited to 'docs/throttle.txt')
-rw-r--r-- | docs/throttle.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/throttle.txt b/docs/throttle.txt index 28204e46ca..06ed9b3943 100644 --- a/docs/throttle.txt +++ b/docs/throttle.txt @@ -10,7 +10,7 @@ Introduction ------------ QEMU includes a throttling module that can be used to set limits to I/O operations. The code itself is generic and independent of the I/O -units, but it is currenly used to limit the number of bytes per second +units, but it is currently used to limit the number of bytes per second and operations per second (IOPS) when performing disk I/O. This document explains how to use the throttling code in QEMU, and how |