]> wimlib.net Git - wimlib/commitdiff
mount_image.c: Fix comment
authorEric Biggers <ebiggers3@gmail.com>
Mon, 26 May 2014 14:35:10 +0000 (09:35 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 26 May 2014 14:35:14 +0000 (09:35 -0500)
src/mount_image.c

index 0e77169cea9b99abef19ab3dd9a36bd169ffac6d..4feed4c5d709e2aa313bf128694057db33e063b2 100644 (file)
@@ -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;