]> wimlib.net Git - wimlib/blobdiff - include/wimlib/dentry.h
hardlink.c: Fix some error paths
[wimlib] / include / wimlib / dentry.h
index 3b0de793c96a82e8368b3e09f906e8aa1d0fb9de..282cad4555728da2198de2026ddeb9c8766f07ca 100644 (file)
@@ -307,8 +307,8 @@ struct wim_inode {
        /* Device number, used only during image capture */
        u64 i_devno;
 
-       /* List of dentries that reference this inode (there should be
-        * link_count of them) */
+       /* List of dentries that reference this inode (there should be i_nlink
+        * of them) */
        struct list_head i_dentry;
 
        union {