From: Hugh McMaster Subject: [PATCH v2] attrib.exe: Replace incorrect program name in a comment and fix formatting Message-Id: Date: Tue, 24 Feb 2015 23:32:13 +1100 Replaces 'xcopy' with 'attrib' and removes the second line of the comment. From cdaad3a739224bc1254c1811820786e96147068c Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Tue, 24 Feb 2015 23:22:19 +1100 Subject: [PATCH v2] attrib.exe: Replace incorrect program name in a comment --- programs/attrib/attrib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/attrib/attrib.c b/programs/attrib/attrib.c index 7e3b01e..44266ed 100644 --- a/programs/attrib/attrib.c +++ b/programs/attrib/attrib.c @@ -63,8 +63,7 @@ static int __cdecl ATTRIB_wprintf(const WCHAR *format, ...) /* * Allocate buffer to use when writing to console - * Note: Not freed - memory will be allocated once and released when - * xcopy ends + * Note: Not freed - memory will be allocated once and released when attrib ends */ if (!output_bufW) output_bufW = HeapAlloc(GetProcessHeap(), 0, -- 1.9.1