aboutsummaryrefslogtreecommitdiff
path: root/Documentation/technical/commit-graph-format.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-07-18 12:20:31 -0700
committerJunio C Hamano <gitster@pobox.com>2018-07-18 12:20:31 -0700
commiteb9056358ce2cd124f769886c70e1427a0182813 (patch)
treed15216f2a061eb7bfc195430de28b1c2d2221645 /Documentation/technical/commit-graph-format.txt
parent5e6140e76fe3fc575efce8468415cb133ae873bf (diff)
parent928f0ab4bae61954c27a77794d80c2332c8e816c (diff)
downloadgit-eb9056358ce2cd124f769886c70e1427a0182813.tar.xz
Merge branch 'vs/typofixes'
Doc fix. * vs/typofixes: Documentation: spelling and grammar fixes
Diffstat (limited to 'Documentation/technical/commit-graph-format.txt')
-rw-r--r--Documentation/technical/commit-graph-format.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/commit-graph-format.txt b/Documentation/technical/commit-graph-format.txt
index ad6af8105c..2c965d594f 100644
--- a/Documentation/technical/commit-graph-format.txt
+++ b/Documentation/technical/commit-graph-format.txt
@@ -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. We
+corresponding to the array position within the list of commit OIDs. We
use the most-significant bit for special purposes, so we can store at most
(1 << 31) - 1 (around 2 billion) commits.