diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-07-30 21:34:29 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-07-30 21:34:29 -0700 |
| commit | 8a111fc01ff6c3e0ef538aaffd465822e82febbf (patch) | |
| tree | 7daf002bc8e38fe6491fbd34262ce5081e919a9c /grep.c | |
| parent | 79bcaf006215b91de981c30c0268467e06faaf39 (diff) | |
| parent | 84544f2ea3441a5715fc3e2dfbb025083872fac5 (diff) | |
| download | git-8a111fc01ff6c3e0ef538aaffd465822e82febbf.tar.xz | |
Merge branch 'sk/typofixes' into master
* sk/typofixes:
comment: fix spelling mistakes inside comments
Diffstat (limited to 'grep.c')
| -rw-r--r-- | grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
