Module: wine Branch: master Commit: d4fb6257f5d88adb69f1bacd3f7d810a1d416eb3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d4fb6257f5d88adb69f1bacd3f... Author: Hugh McMaster <hugh.mcmaster(a)outlook.com> Date: Mon Mar 30 22:58:17 2015 +1100 attrib: Fix incorrect comment. --- programs/attrib/attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/attrib/attrib.c b/programs/attrib/attrib.c index 7e3b01e..0938cb8 100644 --- a/programs/attrib/attrib.c +++ b/programs/attrib/attrib.c @@ -64,7 +64,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 + * attrib ends */ if (!output_bufW) output_bufW = HeapAlloc(GetProcessHeap(), 0,