From 904817552d9b35f5d3495d2ebbd724b5c5ed168f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 27 Jan 2004 07:48:57 +0000 Subject: [PATCH] Fixed a comment. --- hlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1