summaryrefslogtreecommitdiffstats
path: root/Documentation/technical/commit-graph-format.txt
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-06-22 08:50:37 +0200
committerJunio C Hamano <gitster@pobox.com>2018-06-22 23:26:23 +0200
commit928f0ab4bae61954c27a77794d80c2332c8e816c (patch)
tree786977d843634899a64cecd6f51fcf669062035f /Documentation/technical/commit-graph-format.txt
parentGit 2.18 (diff)
downloadgit-928f0ab4bae61954c27a77794d80c2332c8e816c.tar.xz
git-928f0ab4bae61954c27a77794d80c2332c8e816c.zip
Documentation: spelling and grammar fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Reviewed-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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.