Capitalize comment.
authorCory Nelson <conelso@microsoft.com>
Thu, 11 Jul 2019 18:38:54 +0000 (11:38 -0700)
committerCory Nelson <conelso@microsoft.com>
Thu, 11 Jul 2019 18:38:54 +0000 (11:38 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/484aa6450871027f7576e5cc00495a7ab0c4fc50

src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs

index 51f7bbd..4e6881d 100644 (file)
@@ -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);