]> wimlib.net Git - wimlib/blobdiff - src/resource.c
Comment fixes
[wimlib] / src / resource.c
index 98dc901f74068880256d9c1465a3f8a0d3f60dc9..11e8c7dc6cc91bf3fe901567bfb427e65edeb0a4 100644 (file)
@@ -1334,8 +1334,9 @@ int write_metadata_resource(WIMStruct *w)
        if (ret != 0)
                goto out;
 
-       /* It's very likely the SHA1 message digest of the metadata resource, so
-        * re-insert the lookup table entry into the lookup table. */
+       /* It's very likely the SHA1 message digest of the metadata resource
+        * changed, so re-insert the lookup table entry into the lookup table.
+        * */
        lookup_table_unlink(w->lookup_table, lte);
        lookup_table_insert(w->lookup_table, lte);