aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2020-04-01 04:17:39 +0000
committerJunio C Hamano <gitster@pobox.com>2020-04-01 11:10:38 -0700
commit0126d1415a63ed24764f5f87a10929bc6222bddd (patch)
treea3b224ff3ccecc84c79d514dd61ae1c99506b1e2 /dir.c
parentcd129eed986588907d1f1bd7d478a8d4f6d1dc1c (diff)
downloadgit-0126d1415a63ed24764f5f87a10929bc6222bddd.tar.gz
dir: fix broken comment
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.c b/dir.c
index d0f3d66085..3a36768366 100644
--- a/dir.c
+++ b/dir.c
@@ -2259,7 +2259,7 @@ static enum path_treatment read_directory_recursive(struct dir_struct *dir,
add_untracked(untracked, path.buf + baselen);
break;
}
- /* skip the dir_add_* part */
+ /* skip the add_path_to_appropriate_result_list() */
continue;
}