]> git.ipfire.org Git - thirdparty/git.git/commitdiff
pack-objects: fix typo in 'show_object_pack_hint()'
authorTaylor Blau <me@ttaylorr.com>
Mon, 23 Jun 2025 22:32:24 +0000 (18:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jun 2025 22:41:37 +0000 (15:41 -0700)
Noticed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c

index 3437dbd7f1a855cf872369c5d4f98a7b22e67415..9580b4ea1a1539b5b746a16e8b76ab9eae98306e 100644 (file)
@@ -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);