diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-19 18:34:39 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-19 13:46:12 -0700 |
| commit | e61651b1a8fe5760baa6e09738b294a2ed0152f0 (patch) | |
| tree | ba2f42ef7245b07e17d502c7e7f2f9a90a492bce /sideband.c | |
| parent | d1d93ae8b1ee42b8d10fa083241237418830d0f4 (diff) | |
| download | git-e61651b1a8fe5760baa6e09738b294a2ed0152f0.tar.gz | |
sideband: fix a typo
Fix a typo in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sideband.c')
| -rw-r--r-- | sideband.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sideband.c b/sideband.c index 5d8907151f..c62680181c 100644 --- a/sideband.c +++ b/sideband.c @@ -190,7 +190,7 @@ int demultiplex_sideband(const char *me, int status, int linelen = brk - b; /* - * For message accross packet boundary, there would have + * For message across packet boundary, there would have * a nonempty "scratch" buffer from last call of this * function, and there may have a leading CR/LF in "buf". * For this case we should add a clear-to-eol suffix to |
