X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Finode.h;h=00cd7f1a8161c7f16b94ae8b2edb2cd306b06a8c;hp=fc8ddc27a2967ae5a69ab704b3066f42c873c16c;hb=8df639463ae0c754d2b1af3d6c1d22e59ee3ccf8;hpb=6460a27c606eed49e900c73a3316ac12d77a3a2e diff --git a/include/wimlib/inode.h b/include/wimlib/inode.h index fc8ddc27..00cd7f1a 100644 --- a/include/wimlib/inode.h +++ b/include/wimlib/inode.h @@ -106,13 +106,13 @@ struct wim_inode { u32 i_attributes; /* Root of a balanced binary search tree storing the child directory - * entries of this inode, if any. Keyed by wim_dentry->file_name, case + * entries of this inode, if any. Keyed by wim_dentry->d_name, case * sensitively. If this inode is not a directory or if it has no * children then this will be an empty tree (NULL). */ struct avl_tree_node *i_children; /* Root of a balanced binary search tree storing the child directory - * entries of this inode, if any. Keyed by wim_dentry->file_name, case + * entries of this inode, if any. Keyed by wim_dentry->d_name, case * insensitively. If this inode is not a directory or if it has no * children then this will be an empty tree (NULL). */ struct avl_tree_node *i_children_ci;