]> git.ipfire.org Git - thirdparty/git.git/commitdiff
dir: fix broken comment
authorElijah Newren <newren@gmail.com>
Wed, 1 Apr 2020 04:17:39 +0000 (04:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2020 18:10:38 +0000 (11:10 -0700)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c

diff --git a/dir.c b/dir.c
index d0f3d660850c27fc95a7dc0aa3fb45599228fcf1..3a36768366106d6eb64d9fc2de657e394cf90918 100644 (file)
--- 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;
                }