diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2008-08-10 17:26:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-12 01:44:54 +0200 |
commit | 2860b57a87ba7e544d472701c83019d7624e6a2c (patch) | |
tree | 034399ed8a8d9498f266f6968dcc8897ccefcbcb /path.c | |
parent | Merge branch 'maint' (diff) | |
download | git-2860b57a87ba7e544d472701c83019d7624e6a2c.tar.xz git-2860b57a87ba7e544d472701c83019d7624e6a2c.zip |
Fix typo in comments of longest_ancestor_length()
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'path.c')
-rw-r--r-- | path.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ int normalize_absolute_path(char *buf, const char *path) * path = Canonical absolute path * prefix_list = Colon-separated list of absolute paths * - * Determines, for each path in parent_list, whether the "prefix" really + * Determines, for each path in prefix_list, whether the "prefix" really * is an ancestor directory of path. Returns the length of the longest * ancestor directory, excluding any trailing slashes, or -1 if no prefix * is an ancestor. (Note that this means 0 is returned if prefix_list is |