Skip to content

Commit 2b0f19f

Browse files
dschogitster
authored andcommitted
convert: fix typo
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b6d4d82 commit 2b0f19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ static struct stream_filter *ident_filter(const struct object_id *oid)
19461946
* the contents cannot be filtered without reading the whole thing
19471947
* in-core.
19481948
*
1949-
* Note that you would be crazy to set CRLF, smuge/clean or ident to a
1949+
* Note that you would be crazy to set CRLF, smudge/clean or ident to a
19501950
* large binary blob you would want us not to slurp into the memory!
19511951
*/
19521952
struct stream_filter *get_stream_filter(const struct index_state *istate,

0 commit comments

Comments
 (0)