From cc41ab61a8a94dc4de5e1d072eab9f092c279bb7 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 12 Jun 2014 23:34:39 -0500 Subject: [PATCH 1/1] dentry.c: Fix comment --- src/dentry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) { -- 2.43.0