summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2025-06-23 18:32:24 -0400
committerJunio C Hamano <gitster@pobox.com>2025-06-23 15:41:37 -0700
commit8ed5d87bdd03469249373dead5d12ff4590bcccc (patch)
tree662b1cbb5aa28ad40772e7fe5f3a5e9f80f6b543
parentd6220cce6beda5404effa7107b7544a3d8c6266a (diff)
pack-objects: fix typo in 'show_object_pack_hint()'
Noticed-by: Elijah Newren <newren@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin/pack-objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c
index 3437dbd7f1..9580b4ea1a 100644
--- a/builtin/pack-objects.c
+++ b/builtin/pack-objects.c
@@ -3767,7 +3767,7 @@ static void show_object_pack_hint(struct object *object, const char *name,
* would typically pick up during a reachability traversal.
*
* Make a best-effort attempt to fill in the ->hash and ->no_try_delta
- * here using a now in order to perhaps improve the delta selection
+ * fields here in order to perhaps improve the delta selection
* process.
*/
oe->hash = pack_name_hash_fn(name);