]> wimlib.net Git - wimlib/blobdiff - src/list.h
Rewrite to use inodes (IN PROGRESS)
[wimlib] / src / list.h
index e21f6d17c33dc98f55722cde32e0697e4793ee56..b5717c489093e89e079cf9fadac6848e72d3c6b9 100644 (file)
@@ -41,7 +41,7 @@ struct hlist_node {
 
 /* 
  * Structure used to create a linked list of streams that share the same lookup
- * table entry.  This structure may be embedded in either a dentry (for the
+ * table entry.  This structure may be embedded in either a inode (for the
  * un-named data stream) or an ads_entry (for an alternate data stream).  The
  * @type field indicates which of these structures the stream_list_head is
  * embedded in.