From: Eric Biggers Date: Sat, 26 Apr 2014 00:46:08 +0000 (-0500) Subject: imagex: Fix a few comments X-Git-Tag: v1.7.0~264 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=11d4dafb309ed4315bf265661dc53d41683721cd imagex: Fix a few comments --- diff --git a/programs/imagex-win32.c b/programs/imagex-win32.c index c5c40d5f..6ff838ca 100644 --- a/programs/imagex-win32.c +++ b/programs/imagex-win32.c @@ -68,7 +68,7 @@ static wchar_t * get_security_descriptor_string(PSECURITY_DESCRIPTOR desc) { wchar_t *str = NULL; - /* 53 characters!!! */ + /* 52 characters!!! */ ConvertSecurityDescriptorToStringSecurityDescriptorW( desc, SDDL_REVISION_1, diff --git a/programs/imagex.c b/programs/imagex.c index d5167e8b..466eaf9e 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -1476,7 +1476,7 @@ parse_update_command_file(tchar **cmd_file_contents_p, size_t cmd_file_nchars, 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) @@ -4226,7 +4226,7 @@ main(int argc, char **argv) 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);