Skip to content

Commit 0126d14

Browse files
newrengitster
authored andcommitted
dir: fix broken comment
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cd129ee commit 0126d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,7 @@ static enum path_treatment read_directory_recursive(struct dir_struct *dir,
22592259
add_untracked(untracked, path.buf + baselen);
22602260
break;
22612261
}
2262-
/* skip the dir_add_* part */
2262+
/* skip the add_path_to_appropriate_result_list() */
22632263
continue;
22642264
}
22652265

0 commit comments

Comments
 (0)