diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-05 22:51:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-05 22:51:31 -0700 |
commit | 41f64ad34b10697ceac68e3a3ad9df3baca9be34 (patch) | |
tree | a8c67b74ffdbabf73ef01b3dabcac828d9f47969 /dir.c | |
parent | improve error message in config.c (diff) | |
parent | dir.c: Fix two minor grammatical errors in comments (diff) | |
download | tgif-41f64ad34b10697ceac68e3a3ad9df3baca9be34.tar.xz |
Merge branch 'maint-1.6.0' into maint
* maint-1.6.0:
dir.c: Fix two minor grammatical errors in comments
Diffstat (limited to 'dir.c')
-rw-r--r-- | dir.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 @@ -290,7 +290,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, |