From: Wayne Davison Date: Tue, 27 Jan 2004 07:48:57 +0000 (+0000) Subject: Fixed a comment. X-Git-Tag: v2.6.1pre1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=904817552d9b35f5d3495d2ebbd724b5c5ed168f;p=thirdparty%2Frsync.git Fixed a comment. --- 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;