Git fork

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>

authored by

Taylor Blau and committed by
Junio C Hamano
8ed5d87b d6220cce

+1 -1
+1 -1
builtin/pack-objects.c
··· 3767 3767 * would typically pick up during a reachability traversal. 3768 3768 * 3769 3769 * 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 3771 3771 * process. 3772 3772 */ 3773 3773 oe->hash = pack_name_hash_fn(name);