mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
refs: fix duplicated word in comment
Fix a typo in a comment in refs.c: "checking checking" → "checking". Signed-off-by: Christian Fredrik Johnsen <christian@johnsen.no> Acked-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
87d297f483
commit
c56b7746f2
4
refs.c
4
refs.c
@@ -2529,8 +2529,8 @@ int refs_verify_refnames_available(struct ref_store *refs,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* If we've already seen the directory we don't need to
|
* If we've already seen the directory we don't need to
|
||||||
* process it again. Skip it to avoid checking checking
|
* process it again. Skip it to avoid checking common
|
||||||
* common prefixes like "refs/heads/" repeatedly.
|
* prefixes like "refs/heads/" repeatedly.
|
||||||
*/
|
*/
|
||||||
if (!strset_add(&dirnames, dirname.buf))
|
if (!strset_add(&dirnames, dirname.buf))
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user