Skip to content

Commit 96907ea

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 c147b75 commit 96907ea

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
@@ -3535,7 +3535,7 @@ static void show_object_pack_hint(struct object *object, const char *name,
35353535
* would typically pick up during a reachability traversal.
35363536
*
35373537
* Make a best-effort attempt to fill in the ->hash and ->no_try_delta
3538-
* here using a now in order to perhaps improve the delta selection
3538+
* fields here in order to perhaps improve the delta selection
35393539
* process.
35403540
*/
35413541
oe->hash = pack_name_hash_fn(name);

0 commit comments

Comments
 (0)