From: Hugh McMaster Subject: [PATCH v2] netstat.exe: Replace incorrect program name in a comment and fix formatting Message-Id: Date: Tue, 24 Feb 2015 23:33:46 +1100 Replaces 'xcopy' with 'netstat' and removes the second line of the comment. From 1ae3f97a9c01be79d97b69f485248509dce21d91 Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Tue, 24 Feb 2015 23:22:38 +1100 Subject: [PATCH v2] netstat.exe: Replace incorrect program name in a comment --- programs/netstat/netstat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/netstat/netstat.c b/programs/netstat/netstat.c index 90516da..45219ec 100644 --- a/programs/netstat/netstat.c +++ b/programs/netstat/netstat.c @@ -85,8 +85,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 + * Note: Not freed - memory will be allocated once and released when netstat ends */ if (!output_bufW) output_bufW = HeapAlloc(GetProcessHeap(), 0, -- 1.9.1