diff options
Diffstat (limited to 'sideband.c')
| -rw-r--r-- | sideband.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sideband.c b/sideband.c index 4e816be4e9..251e9615ed 100644 --- a/sideband.c +++ b/sideband.c @@ -1,4 +1,5 @@ #define USE_THE_REPOSITORY_VARIABLE +#define DISABLE_SIGN_COMPARE_WARNINGS #include "git-compat-util.h" #include "color.h" @@ -191,7 +192,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 |
