]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.c
Merge branch 'so/log-tree-diff-cleanup'
[thirdparty/git.git] / grep.c
diff --git a/grep.c b/grep.c
index 13232a904aca4906f28aae2e04165d1fda47b922..54af9f813e99043c723ba4f6e9fd32023d0be655 100644 (file)
--- 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();