]> wimlib.net Git - wimlib/commitdiff
inode.h: Fix comment
authorEric Biggers <ebiggers3@gmail.com>
Mon, 26 May 2014 14:25:55 +0000 (09:25 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 26 May 2014 14:25:55 +0000 (09:25 -0500)
include/wimlib/inode.h

index 6f310fda698717a546ad4552017441e369504957..4d39c1ba9904fd0f034392e614a7c662d2be07c1 100644 (file)
@@ -18,7 +18,7 @@ struct avl_tree_node;
 /*
  * WIM inode.
  *
- * As mentioned in the comment above `struct wim_dentry', in the WIM file that
+ * As mentioned in the comment above `struct wim_dentry', in WIM files there
  * is no on-disk analogue of a real inode, as most of these fields are
  * duplicated in the dentries.  Instead, a `struct wim_inode' is something we
  * create ourselves to simplify the handling of hard links.