Skip to content

Commit 8ed5d87

Browse files
ttaylorrgitster
authored andcommitted
pack-objects: fix typo in 'show_object_pack_hint()'
Noticed-by: Elijah Newren <[email protected]> Signed-off-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d6220cc commit 8ed5d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/pack-objects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3767,7 +3767,7 @@ static void show_object_pack_hint(struct object *object, const char *name,
37673767
* would typically pick up during a reachability traversal.
37683768
*
37693769
* Make a best-effort attempt to fill in the ->hash and ->no_try_delta
3770-
* here using a now in order to perhaps improve the delta selection
3770+
* fields here in order to perhaps improve the delta selection
37713771
* process.
37723772
*/
37733773
oe->hash = pack_name_hash_fn(name);

0 commit comments

Comments
 (0)