aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:29 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:29 -0700
commit8a111fc01ff6c3e0ef538aaffd465822e82febbf (patch)
tree7daf002bc8e38fe6491fbd34262ce5081e919a9c /grep.c
parent79bcaf006215b91de981c30c0268467e06faaf39 (diff)
parent84544f2ea3441a5715fc3e2dfbb025083872fac5 (diff)
downloadgit-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep.c b/grep.c
index 13232a904a..54af9f813e 100644
--- a/grep.c
+++ b/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();