]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'maint-1.6.0' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2009 05:51:31 +0000 (22:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2009 05:51:31 +0000 (22:51 -0700)
* maint-1.6.0:
  dir.c: Fix two minor grammatical errors in comments

1  2 
dir.c

diff --cc dir.c
index 2245749b3fe74f793bd1997d2238883abe61fc07,4e6b988d37a0fb58fde4a170ebf7fe3702a3a474..8b6c1f4755318375878e3cb7290441fcdf6a4eaa
--- 1/dir.c
--- 2/dir.c
+++ b/dir.c
@@@ -52,8 -52,13 +52,8 @@@ int common_prefix(const char **pathspec
        return prefix;
  }
  
 -static inline int special_char(unsigned char c1)
 -{
 -      return !c1 || c1 == '*' || c1 == '[' || c1 == '?' || c1 == '\\';
 -}
 -
  /*
-  * 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