]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
Fix references to hardlink.c
[wimlib] / include / wimlib / inode.h
index 468bdbac1ff28cc05310eabe92809d163848348e..5d04427fd605d3ebd80ee1db198992769221924b 100644 (file)
@@ -61,10 +61,10 @@ struct wim_inode {
 
        /* Field to place this inode into a list. */
        union {
-               /* Hash list node- used in hardlink.c when the inodes are placed
-                * into a hash table keyed by inode number and optionally device
-                * number, in order to detect dentries that are aliases for the
-                * same inode. */
+               /* Hash list node- used in inode_fixup.c when the inodes are
+                * placed into a hash table keyed by inode number and optionally
+                * device number, in order to detect dentries that are aliases
+                * for the same inode. */
                struct hlist_node i_hlist;
 
                /* Normal list node- used to connect all the inodes of a WIM image