Skip to content

Commit e61651b

Browse files
algonellgitster
authored andcommitted
sideband: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d1d93ae commit e61651b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sideband.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int demultiplex_sideband(const char *me, int status,
190190
int linelen = brk - b;
191191

192192
/*
193-
* For message accross packet boundary, there would have
193+
* For message across packet boundary, there would have
194194
* a nonempty "scratch" buffer from last call of this
195195
* function, and there may have a leading CR/LF in "buf".
196196
* For this case we should add a clear-to-eol suffix to

0 commit comments

Comments
 (0)