From d6760f6a62ba0843df274cece56b32f993e1e6c3 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 26 May 2014 09:35:10 -0500 Subject: [PATCH] mount_image.c: Fix comment --- src/mount_image.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mount_image.c b/src/mount_image.c index 0e77169c..4feed4c5 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -2097,9 +2097,9 @@ wimlib_mount_image(WIMStruct *wim, int image, const char *dir, ctx.owner_gid = getgid(); /* Add each stream referenced by files in the image to a list and - * preemptively double the number of references to each. The latter is - * done to allow implementing the WIMLIB_UNMOUNT_FLAG_NEW_IMAGE - * semantics. */ + * preemptively double the number of references to each. This is done + * to allow implementing the WIMLIB_UNMOUNT_FLAG_NEW_IMAGE semantics. + */ INIT_LIST_HEAD(&ctx.orig_stream_list); if (mount_flags & WIMLIB_MOUNT_FLAG_READWRITE) { unsigned i; -- 2.46.1