X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d38fc3056318ed19ee08941c2d4f4881d84d9130..22d49dc429f18b5cccf0f237dfd95cceb0b48367:/hlink.c diff --git a/hlink.c b/hlink.c index a0435500..fe51a234 100644 --- 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;