aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:26 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:47 -0700
commit798cddfa513cec8084c9db2f7ba807dc1c9b3d44 (patch)
tree853a5327062171aa5fc8b0624a5f1a97b2fe865c /Documentation/technical
parent845c6ca90e806ac402cd9f1c981844531176475f (diff)
downloadgit-798cddfa513cec8084c9db2f7ba807dc1c9b3d44.tar.gz
documentation: add missing quotes
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/parallel-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/parallel-checkout.txt b/Documentation/technical/parallel-checkout.txt
index b5f54dcd45..b4a144e5f4 100644
--- a/Documentation/technical/parallel-checkout.txt
+++ b/Documentation/technical/parallel-checkout.txt
@@ -126,7 +126,7 @@ Then, for each assigned item, each worker:
* W5: Writes the result to the file descriptor opened at W2.
-* W6: Calls `fstat()` or lstat()` on the just-written path, and sends
+* W6: Calls `fstat()` or `lstat()` on the just-written path, and sends
the result back to the main process, together with the end status of
the operation and the item's identification number.