From 81a6b49c07fd46077c2ff5d8b98556c0afbc0cc3 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 7 May 2012 15:47:57 +0200 Subject: [PATCH] Fixed local treewalk function filter comment. --- src/csync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csync.h b/src/csync.h index c3ad3a4d47..800a73264a 100644 --- a/src/csync.h +++ b/src/csync.h @@ -388,7 +388,7 @@ typedef int csync_treewalk_visit_func(TREE_WALK_FILE* ,void*); * * @param ctx The csync context. * @param visitor A callback function to handle the file info. - * @param filter A filter, built from and'ed csync_instructions_e + * @param filter A filter, built from or'ed csync_instructions_e * * @return 0 on success, less than 0 if an error occured. */