Skip to content

Commit 41f64ad

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

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
@@ -290,7 +290,7 @@ static void prep_exclude(struct dir_struct *dir, const char *base, int baselen)
290290
dir->basebuf[baselen] = '\0';
291291
}
292292

293-
/* Scan the list and let the last match determines the fate.
293+
/* Scan the list and let the last match determine the fate.
294294
* Return 1 for exclude, 0 for include and -1 for undecided.
295295
*/
296296
static int excluded_1(const char *pathname,

0 commit comments

Comments
 (0)