]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fixed a comment.
authorWayne Davison <wayned@samba.org>
Tue, 27 Jan 2004 07:48:57 +0000 (07:48 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 27 Jan 2004 07:48:57 +0000 (07:48 +0000)
hlink.c

diff --git a/hlink.c b/hlink.c
index a04355004332afd44090687933493fba57908f3e..fe51a234a0b54207803099e0e69d4aa7e8616329 100644 (file)
--- a/hlink.c
+++ b/hlink.c
@@ -45,7 +45,7 @@ int hlink_count;
                    && (p1)->F_INODE == (p2)->F_INODE)
 
 /* Analyze the data in the hlink_list[], remove items that aren't multiply
- * linked, and replace the dev+inode data with the head+next linked list. */
+ * linked, and replace the dev+inode data with the hlindex+next linked list. */
 static void link_idev_data(void)
 {
        struct file_struct *head;