From e9398b1dc56ba370365f5faa57edbb35f44fb606 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 14 Dec 2013 16:25:18 -0800 Subject: [PATCH] Fix a typo that Stefan Beller pointed out. --- exclude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exclude.c b/exclude.c index a7331e27..b7aaa179 100644 --- a/exclude.c +++ b/exclude.c @@ -356,7 +356,7 @@ static char *parse_merge_name(const char *merge_file, unsigned int *len_ptr, fn_len = clean_fname(fn, CFN_COLLAPSE_DOT_DOT_DIRS); } - /* If the name isn't in buf yet, it's wasn't absolute. */ + /* If the name isn't in buf yet, it wasn't absolute. */ if (fn != buf) { int d_len = dirbuf_len - prefix_skip; if (d_len + fn_len >= MAXPATHLEN) { -- 2.47.2