]> wimlib.net Git - wimlib/commitdiff
dentry.c: Fix comment
authorEric Biggers <ebiggers3@gmail.com>
Fri, 13 Jun 2014 04:34:39 +0000 (23:34 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 13 Jun 2014 04:34:39 +0000 (23:34 -0500)
src/dentry.c

index 7d108a88e8e93c0e20f01b39b00aa238b104c571..c8d5734d17f3e1fe99eb13bc725da9eaea3f46b4 100644 (file)
@@ -296,9 +296,9 @@ inode_needs_dummy_stream(const struct wim_inode *inode)
 }
 
 /* Calculate the total number of bytes that will be consumed when a WIM dentry
- * is written.  This includes the base dentry the name fields, any tagged items,
- * any alternate data stream entries.  Also includes all alignment bytes between
- * these parts.  */
+ * is written.  This includes the base dentry, the name fields, any tagged items,
+ * and any alternate data stream entries.  Also includes all alignment bytes
+ * between these parts.  */
 u64
 dentry_out_total_length(const struct wim_dentry *dentry)
 {