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>
This commit is contained in:

committed by
Junio C Hamano

parent
d1d93ae8b1
commit
e61651b1a8
@ -190,7 +190,7 @@ int demultiplex_sideband(const char *me, int status,
|
|||||||
int linelen = brk - b;
|
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
|
* a nonempty "scratch" buffer from last call of this
|
||||||
* function, and there may have a leading CR/LF in "buf".
|
* function, and there may have a leading CR/LF in "buf".
|
||||||
* For this case we should add a clear-to-eol suffix to
|
* For this case we should add a clear-to-eol suffix to
|
||||||
|
Reference in New Issue
Block a user