]> wimlib.net Git - wimlib/commitdiff
imagex: Fix a few comments
authorEric Biggers <ebiggers3@gmail.com>
Sat, 26 Apr 2014 00:46:08 +0000 (19:46 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 26 Apr 2014 00:46:08 +0000 (19:46 -0500)
programs/imagex-win32.c
programs/imagex.c

index c5c40d5f6f65bf34b0bc6023dcd472dcc5b57ee4..6ff838ca63e845a7053dbc7a2a984b9fafb9a491 100644 (file)
@@ -68,7 +68,7 @@ static wchar_t *
 get_security_descriptor_string(PSECURITY_DESCRIPTOR desc)
 {
        wchar_t *str = NULL;
 get_security_descriptor_string(PSECURITY_DESCRIPTOR desc)
 {
        wchar_t *str = NULL;
-       /* 53 characters!!!  */
+       /* 52 characters!!!  */
        ConvertSecurityDescriptorToStringSecurityDescriptorW(
                        desc,
                        SDDL_REVISION_1,
        ConvertSecurityDescriptorToStringSecurityDescriptorW(
                        desc,
                        SDDL_REVISION_1,
index d5167e8b25d8c6629d0c8eba6d541eebc6086b05..466eaf9e04f2f134eed46e55045e20b417bd073e 100644 (file)
@@ -1476,7 +1476,7 @@ parse_update_command_file(tchar **cmd_file_contents_p, size_t cmd_file_nchars,
        return cmds;
 }
 
        return cmds;
 }
 
-/* Apply one image, or all images, from a WIM file into a directory, OR apply
+/* Apply one image, or all images, from a WIM file to a directory, OR apply
  * one image from a WIM file to a NTFS volume.  */
 static int
 imagex_apply(int argc, tchar **argv, int cmd)
  * one image from a WIM file to a NTFS volume.  */
 static int
 imagex_apply(int argc, tchar **argv, int cmd)
@@ -4226,7 +4226,7 @@ main(int argc, char **argv)
                exit(2);
        }
 
                exit(2);
        }
 
-       /* Enable warning and error messages in wimlib be more user-friendly.
+       /* Enable warning and error messages in wimlib to be more user-friendly.
         * */
        wimlib_set_print_errors(true);
 
         * */
        wimlib_set_print_errors(true);