From: Cory Nelson Date: Thu, 11 Jul 2019 18:38:54 +0000 (-0700) Subject: Capitalize comment. X-Git-Tag: submit/tizen/20210909.063632~11031^2~968^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a51feabc78d97fe1dd3c622c2a4a53f9da2a3538;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Capitalize comment. Commit migrated from https://github.com/dotnet/corefx/commit/484aa6450871027f7576e5cc00495a7ab0c4fc50 --- 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);