X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flist.h;fp=src%2Flist.h;h=b5717c489093e89e079cf9fadac6848e72d3c6b9;hp=e21f6d17c33dc98f55722cde32e0697e4793ee56;hb=67f45cecd793345416d5d85fbe37ec54b1bb6ef8;hpb=25e9cf5517477dfd99290f75809f8abbf1da5ea8 diff --git a/src/list.h b/src/list.h index e21f6d17..b5717c48 100644 --- a/src/list.h +++ b/src/list.h @@ -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.