]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/technical/commit-graph-format.txt
Merge branch 'sb/object-store-lookup'
[thirdparty/git.git] / Documentation / technical / commit-graph-format.txt
index 91c2fbd86a3b2d66e76fcf3312d735db0fb1dc84..cc0474ba3ee4b04153752340328233437d5c7b05 100644 (file)
@@ -18,7 +18,7 @@ metadata, including:
   the graph file.
 
 These positional references are stored as unsigned 32-bit integers
-corresponding to the array position withing the list of commit OIDs. Due
+corresponding to the array position within the list of commit OIDs. Due
 to some special constants we use to track parents, we can store at most
 (1 << 30) + (1 << 29) + (1 << 28) - 1 (around 1.8 billion) commits.