Skip to content

Commit 446f46d

Browse files
newrengitster
authored andcommitted
dir: fix simple typo in comment
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7260c7b commit 446f46d

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
@@ -2174,7 +2174,7 @@ static void add_path_to_appropriate_result_list(struct dir_struct *dir,
21742174
* If 'stop_at_first_file' is specified, 'path_excluded' is returned
21752175
* to signal that a file was found. This is the least significant value that
21762176
* indicates that a file was encountered that does not depend on the order of
2177-
* whether an untracked or exluded path was encountered first.
2177+
* whether an untracked or excluded path was encountered first.
21782178
*
21792179
* Returns the most significant path_treatment value encountered in the scan.
21802180
* If 'stop_at_first_file' is specified, `path_excluded` is the most

0 commit comments

Comments
 (0)