Skip to content

Commit

Permalink
Merge branch 'maint-1.6.0' into maint-1.6.1
Browse files Browse the repository at this point in the history
* maint-1.6.0:
  dir.c: Fix two minor grammatical errors in comments
  • Loading branch information
Junio C Hamano committed May 9, 2009
2 parents bab39ed + 2c5b011 commit f29d669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int common_prefix(const char **pathspec)
}

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

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

0 comments on commit f29d669

Please sign in to comment.