From: Clinton Phillips <clintdotphillips@gmail.com>
To: git@vger.kernel.org
Cc: Clinton Phillips <clintdotphillips@gmail.com>
Subject: [PATCH] pack-objects: fix typo in code comment
Date: Fri, 15 May 2026 21:01:03 -0400 [thread overview]
Message-ID: <20260516010103.94552-1-clintdotphillips@gmail.com> (raw)
"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
reply other threads:[~2026-05-16 1:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260516010103.94552-1-clintdotphillips@gmail.com \
--to=clintdotphillips@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.