Skip to content

Commit ccf5ace

Browse files
committed
sha1_file: typofix
The number zero is spelled "zero", not "zer0". Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8c2be75 commit ccf5ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sha1_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ static void *unpack_sha1_rest(z_stream *stream, void *buffer, unsigned long size
13081308
/*
13091309
* The above condition must be (bytes <= size), not
13101310
* (bytes < size). In other words, even though we
1311-
* expect no more output and set avail_out to zer0,
1311+
* expect no more output and set avail_out to zero,
13121312
* the input zlib stream may have bytes that express
13131313
* "this concludes the stream", and we *do* want to
13141314
* eat that input.

0 commit comments

Comments
 (0)