From bf3f363a5b52e6f246bcab74dafffa61d6e4d2a7 Mon Sep 17 00:00:00 2001 From: Zhi Yong Wu Date: Tue, 24 Apr 2012 15:11:27 +0800 Subject: docs: fix one issue in qcow2 specs Signed-off-by: Zhi Yong Wu Signed-off-by: Kevin Wolf --- docs/specs/qcow2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/specs/qcow2.txt b/docs/specs/qcow2.txt index 65e6325..87bf785 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! -- cgit v1.1