Commit d4fb6257 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

attrib: Fix incorrect comment.

parent 104161cf
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment