comment: fix spelling mistakes inside comments
This commit fixes a couple of minor spelling mistakes inside comments. Signed-off-by: Steve Kemp <steve@steve.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
47ae905ffb
commit
84544f2ea3
2
grep.c
2
grep.c
@ -1817,7 +1817,7 @@ static int grep_source_1(struct grep_opt *opt, struct grep_source *gs, int colle
|
||||
* We might set up the shared textconv cache data here, which
|
||||
* is not thread-safe. Also, get_oid_with_context() and
|
||||
* parse_object() might be internally called. As they are not
|
||||
* currenty thread-safe and might be racy with object reading,
|
||||
* currently thread-safe and might be racy with object reading,
|
||||
* obj_read_lock() must be called.
|
||||
*/
|
||||
grep_attr_lock();
|
||||
|
||||
Reference in New Issue
Block a user