Fixed a comment.
authorWayne Davison <wayned@samba.org>
Wed, 30 Mar 2005 17:31:35 +0000 (17:31 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 30 Mar 2005 17:31:35 +0000 (17:31 +0000)
flist.c

diff --git a/flist.c b/flist.c
index b6113738b2c1c6f8f13ea5555effbb03ab08aa48..fcfde84043591dc037a88fa1606130fc9a609188 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -1008,7 +1008,7 @@ static void send_if_directory(int f, struct file_list *flist,
 
 
 /* This function is normally called by the sender, but the receiving side also
- * calls it from delete_in_dir() with f set to -1 so that we just construct the
+ * calls it from get_dirlist() with f set to -1 so that we just construct the
  * file list in memory without sending it over the wire.  Also, get_dirlist()
  * might call this with f set to -2, which also indicates that local filter
  * rules should be ignored. */