aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2012-04-24 15:11:27 +0800
committerKevin Wolf <kwolf@redhat.com>2012-05-02 18:39:39 +0200
commitbf3f363a5b52e6f246bcab74dafffa61d6e4d2a7 (patch)
tree679f69ed3c0a0eab704e7da77f73af78a21782fe /docs
parentb9531b6eed93c9e1769d6f371c4da5d1f955e0d1 (diff)
docs: fix one issue in qcow2 specs
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/specs/qcow2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specs/qcow2.txt b/docs/specs/qcow2.txt
index 65e632555f..87bf785fe0 100644
--- a/docs/specs/qcow2.txt
+++ b/docs/specs/qcow2.txt
@@ -262,7 +262,7 @@ Standard Cluster Descriptor:
56 - 61: Reserved (set to 0)
-Compressed Clusters Descriptor (x = 62 - (cluster_size - 8)):
+Compressed Clusters Descriptor (x = 62 - (cluster_bits - 8)):
Bit 0 - x: Host cluster offset. This is usually _not_ aligned to a
cluster boundary!