From 11d4dafb309ed4315bf265661dc53d41683721cd Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 25 Apr 2014 19:46:08 -0500 Subject: [PATCH] imagex: Fix a few comments --- programs/imagex-win32.c | 2 +- programs/imagex.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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); -- 2.43.0