summaryrefslogtreecommitdiffstats
path: root/gitformat-chunk.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitformat-chunk.html')
-rw-r--r--gitformat-chunk.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitformat-chunk.html b/gitformat-chunk.html
index a38231614..99740ceac 100644
--- a/gitformat-chunk.html
+++ b/gitformat-chunk.html
@@ -781,7 +781,7 @@ where C is the number of chunks. Consider the following table:</p></div>
<div class="paragraph"><p>Each row consists of a 4-byte chunk identifier (ID) and an 8-byte offset.
Each integer is stored in network-byte order.</p></div>
<div class="paragraph"><p>The chunk identifier <code>ID[i]</code> is a label for the data stored within this
-fill from <code>OFFSET[i]</code> (inclusive) to <code>OFFSET[i+1]</code> (exclusive). Thus, the
+file from <code>OFFSET[i]</code> (inclusive) to <code>OFFSET[i+1]</code> (exclusive). Thus, the
size of the <code>i`th chunk is equal to the difference between `OFFSET[i+1]</code>
and <code>OFFSET[i]</code>. This requires that the chunk data appears contiguously
in the same order as the table of contents.</p></div>
@@ -803,7 +803,7 @@ calling <code>init_chunkfile()</code> and pass a <code>struct hashfile</code> po
caller is responsible for opening the <code>hashfile</code> and writing header
information so the file format is identifiable before the chunk-based
format begins.</p></div>
-<div class="paragraph"><p>Then, call <code>add_chunk()</code> for each chunk that is intended for write. This
+<div class="paragraph"><p>Then, call <code>add_chunk()</code> for each chunk that is intended for writing. This
populates the <code>chunkfile</code> with information about the order and size of
each chunk to write. Provide a <code>chunk_write_fn</code> function pointer to
perform the write of the chunk data upon request.</p></div>
@@ -888,7 +888,7 @@ for future formats:</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-08-18 14:11:07 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>