Skip to content

Commit 327563c

Browse files
refs: fix duplicated word in comment
Fix a typo in a comment in refs.c: "checking checking" → "checking". Signed-off-by: Christian Fredrik Johnsen <[email protected]>
1 parent 5b97a56 commit 327563c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2549,7 +2549,7 @@ int refs_verify_refnames_available(struct ref_store *refs,
25492549

25502550
/*
25512551
* If we've already seen the directory we don't need to
2552-
* process it again. Skip it to avoid checking checking
2552+
* process it again. Skip it to avoid checking
25532553
* common prefixes like "refs/heads/" repeatedly.
25542554
*/
25552555
if (!strset_add(&dirnames, dirname.buf))

0 commit comments

Comments
 (0)