[PATCH v6 6/9] pack-objects: fix typo in 'show_object_pack_hint()'
From: Taylor Blau <hidden>
Date: 2025-06-23 22:32:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Taylor Blau <hidden>
Date: 2025-06-23 22:32:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
Noticed-by: Elijah Newren [off-list ref] Signed-off-by: Taylor Blau <redacted> --- builtin/pack-objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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);
--
2.50.0.61.g1981e40f2d