All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pack-objects: fix typo in code comment
@ 2026-05-16  1:01 Clinton Phillips
  0 siblings, 0 replies; only message in thread
From: Clinton Phillips @ 2026-05-16  1:01 UTC (permalink / raw)
  To: git; +Cc: Clinton Phillips

"accomodate" -> "accommodate". Pure typo fix, no behavior change.

Signed-off-by: Clinton Phillips <clintdotphillips@gmail.com>
---
 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 dd2480a7..80606890 100644
--- a/builtin/pack-objects.c
+++ b/builtin/pack-objects.c
@@ -1341,7 +1341,7 @@ static void write_pack_file(void)
 			 * length of them as buffer length.
 			 *
 			 * Note that we need to subtract one though to
-			 * accomodate for the sideband byte.
+			 * accommodate for the sideband byte.
 			 */
 			struct hashfd_options opts = {
 				.progress = progress_state,
-- 
2.49.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-16  1:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-16  1:01 [PATCH] pack-objects: fix typo in code comment Clinton Phillips

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.