X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Finode_table.h;h=a9322d0606adc854440059844608a678f0ae732a;hb=1234ed02b76f7a14e951b4355d23288be24c98e7;hp=01f371e0ac8ceef8d1f68994ed6ec351bc860e9d;hpb=2fc33f535a398ea85964c0e483c5692821d775f3;p=wimlib diff --git a/include/wimlib/inode_table.h b/include/wimlib/inode_table.h index 01f371e0..a9322d06 100644 --- a/include/wimlib/inode_table.h +++ b/include/wimlib/inode_table.h @@ -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;