diff --git a/programs/netstat/netstat.c b/programs/netstat/netstat.c index 90516dab3cd..611249747e7 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,