Skip to content

Commit f29d669

Browse files
committed
Merge branch 'maint-1.6.0' into maint-1.6.1
* maint-1.6.0: dir.c: Fix two minor grammatical errors in comments
2 parents bab39ed + 2c5b011 commit f29d669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dir.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ int common_prefix(const char **pathspec)
5353
}
5454

5555
/*
56-
* Does 'match' matches the given name?
56+
* Does 'match' match the given name?
5757
* A match is found if
5858
*
5959
* (1) the 'match' string is leading directory of 'name', or
@@ -287,7 +287,7 @@ static void prep_exclude(struct dir_struct *dir, const char *base, int baselen)
287287
dir->basebuf[baselen] = '\0';
288288
}
289289

290-
/* Scan the list and let the last match determines the fate.
290+
/* Scan the list and let the last match determine the fate.
291291
* Return 1 for exclude, 0 for include and -1 for undecided.
292292
*/
293293
static int excluded_1(const char *pathname,

0 commit comments

Comments
 (0)