]> wimlib.net Git - wimlib/commitdiff
dentry_tree_fix_inodes(): Fix comment
authorEric Biggers <ebiggers3@gmail.com>
Tue, 13 May 2014 06:46:58 +0000 (01:46 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 13 May 2014 06:46:58 +0000 (01:46 -0500)
src/inode_fixup.c

index 1defc5b26cb767500a494070a79327425d98d456..d24157cd224d24f2cd8da6f2f636249c8ec7de53 100644 (file)
@@ -430,8 +430,8 @@ inode_table_insert(struct wim_dentry *dentry, void *_table)
  * WIM) is examined for consistency and may be split into multiple "true" inodes
  * that are maximally sized consistent sets of dentries.
  *
- * On success, the list of "true" inodes, linked by the i_hlist field,
- * is returned in the hlist @inode_list.
+ * On success, the list of "true" inodes, linked by the i_list field,
+ * is returned in the list @inode_list.
  *
  * Return values:
  *     WIMLIB_ERR_SUCCESS (0)