summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-04-23 08:09:13 +0000
committerWayne Davison <wayned@samba.org>2004-04-23 08:09:13 +0000
commita6536635e3680d53d9a370b8c7f122d5d94a98fa (patch)
treeb074a9ee2287d3548ecb9b9a7214c34f03329c50
parentadddd075eb60cc540790e48f82c000c383abe043 (diff)
downloadrsync-a6536635e3680d53d9a370b8c7f122d5d94a98fa.tar.gz
Fixed a comment.
-rw-r--r--exclude.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/exclude.c b/exclude.c
index 81aaed9d..252affeb 100644
--- a/exclude.c
+++ b/exclude.c
@@ -214,9 +214,8 @@ static void report_exclude_result(char const *name,
/*
- * Return true if file NAME is defined to be excluded by the specified
- * exclude list. Returns -1 for an exclude, 1 for an include, and 0 if
- * no match.
+ * Return -1 if file "name" is defined to be excluded by the specified
+ * exclude list, 1 if it is included, and 0 if it was not matched.
*/
int check_exclude(struct exclude_list_struct *listp, char *name, int name_is_dir)
{