X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Finode.h;h=5d04427fd605d3ebd80ee1db198992769221924b;hp=468bdbac1ff28cc05310eabe92809d163848348e;hb=c2be2a2774b80732021e47268769e384d5e263e7;hpb=dc688119fee4dcd1cf146ceb0da285c7983a27bb diff --git a/include/wimlib/inode.h b/include/wimlib/inode.h index 468bdbac..5d04427f 100644 --- a/include/wimlib/inode.h +++ b/include/wimlib/inode.h @@ -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