]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode_table.h
Rename i_hlist => i_hlist_node
[wimlib] / include / wimlib / inode_table.h
index 01f371e0ac8ceef8d1f68994ed6ec351bc860e9d..a9322d0606adc854440059844608a678f0ae732a 100644 (file)
@@ -10,7 +10,7 @@ struct wim_dentry;
  * the case of reading a WIM image), or both an inode number and a device number
  * (in the case of adding files to a WIM image).  Also contains an extra list to
  * hold inodes for which no additional hard link detection is desired.  In both
- * cases the inodes are linked by i_hlist.  */
+ * cases the inodes are linked by i_hlist_node.  */
 struct wim_inode_table {
        struct hlist_head *array;
        size_t num_entries;