[PATCH] attrib: Fix incorrect comment

Hugh McMaster hugh.mcmaster at outlook.com
Mon Mar 30 06:58:17 CDT 2015


---
 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,
-- 
1.9.1




More information about the wine-patches mailing list