From a51feabc78d97fe1dd3c622c2a4a53f9da2a3538 Mon Sep 17 00:00:00 2001 From: Cory Nelson Date: Thu, 11 Jul 2019 11:38:54 -0700 Subject: [PATCH] Capitalize comment. Commit migrated from https://github.com/dotnet/corefx/commit/484aa6450871027f7576e5cc00495a7ab0c4fc50 --- .../src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs b/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs index 51f7bbd..4e6881d 100644 --- a/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs +++ b/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs @@ -792,7 +792,7 @@ namespace System.Net.Http { Debug.Assert(pingContent.Length == FrameHeader.PingLength); - // copy pingContent before we go async so the caller can + // Copy pingContent before we go async so the caller can // discard their buffer without waiting for us to complete. long pingContentLong = BitConverter.ToInt64(pingContent.Span); -- 2.7.4