From: Nguyễn Thái Ngọc Duy Date: Sun, 10 Aug 2008 15:26:23 +0000 (+0700) Subject: Fix typo in comments of longest_ancestor_length() X-Git-Tag: v1.6.0-rc3~11 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2860b57a87ba7e544d472701c83019d7624e6a2c;p=git.git Fix typo in comments of longest_ancestor_length() Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/path.c b/path.c index 9df447bd6..76e887262 100644 --- a/path.c +++ b/path.c @@ -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