]> Git Repo - qemu.git/blobdiff - docs/interop/qcow2.txt
docs: Grammar and spelling fixes
[qemu.git] / docs / interop / qcow2.txt
index 8e1547ded27b1bb6da4007018fde09b24c5d8765..845d40a086d505b4ef6ee96ee78dfddf87d7cd13 100644 (file)
@@ -326,8 +326,8 @@ in the image file.
 It contains pointers to the second level structures which are called refcount
 blocks and are exactly one cluster in size.
 
-Given a offset into the image file, the refcount of its cluster can be obtained
-as follows:
+Given an offset into the image file, the refcount of its cluster can be
+obtained as follows:
 
     refcount_block_entries = (cluster_size * 8 / refcount_bits)
 
@@ -365,7 +365,7 @@ The L1 table has a variable size (stored in the header) and may use multiple
 clusters, however it must be contiguous in the image file. L2 tables are
 exactly one cluster in size.
 
-Given a offset into the virtual disk, the offset into the image file can be
+Given an offset into the virtual disk, the offset into the image file can be
 obtained as follows:
 
     l2_entries = (cluster_size / sizeof(uint64_t))
This page took 0.024471 seconds and 4 git commands to generate.