From: Eric Biggers Date: Fri, 13 Jun 2014 04:34:39 +0000 (-0500) Subject: dentry.c: Fix comment X-Git-Tag: v1.7.0~25 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=cc41ab61a8a94dc4de5e1d072eab9f092c279bb7 dentry.c: Fix comment --- diff --git a/src/dentry.c b/src/dentry.c index 7d108a88..c8d5734d 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -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) {