Module: wine Branch: master Commit: ef41e8205a9b25838e47e4535e73435220c35c91 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef41e8205a9b25838e47e4535e...
Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Thu Mar 26 22:32:43 2015 +1100
netstat: Fix incorrect comment.
---
programs/netstat/netstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/netstat/netstat.c b/programs/netstat/netstat.c index 90516da..6112497 100644 --- a/programs/netstat/netstat.c +++ b/programs/netstat/netstat.c @@ -86,7 +86,7 @@ static int __cdecl NETSTAT_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 + * netstat ends */
if (!output_bufW) output_bufW = HeapAlloc(GetProcessHeap(), 0,