]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
NTFS capture (IN PROGRESS)
[wimlib] / src / dentry.h
index db6481b14be04d242c24ffdb4095899fbe684781..e030acf03b27c3b9487b1d6217cf87ec6bf5ca04 100644 (file)
@@ -100,7 +100,7 @@ static inline bool ads_entry_has_name(const struct ads_entry *entry,
 }
 
 
-/* In-memory structure for a directory entry.  There is a directory tree for
+/* In-memory structure for a WIM directory entry.  There is a directory tree for
  * each image in the WIM.  */
 struct dentry {
        /* The parent of this directory entry. */
@@ -134,7 +134,7 @@ struct dentry {
         * entry's child files.  0 if the directory entry has no children. */
        u64 subdir_offset;
 
-       /* Timestamps for the entry.  The timestamps are the number of
+       /* Timestamps for the dentry.  The timestamps are the number of
         * 100-nanosecond intervals that have elapsed since 12:00 A.M., January
         * 1st, 1601, UTC. */
        u64 creation_time;