Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System / net / System / Net / _AuthenticationState.cs
index 0c79291dac5336fca34db45dc536debef0dcf4c7..f019dd0183ecbc55247db89a42371beae2d50f94 100644 (file)
@@ -325,7 +325,7 @@ namespace System.Net {
         internal void Update(HttpWebRequest httpWebRequest) {
             //
             // RAID#86753
-            // [....]: this is just a fix for redirection & kerberos.
+            // Microsoft: this is just a fix for redirection & kerberos.
             // we need to close the Context and call ISC() again with the final
             // blob returned from the server. to do this in general
             // we would probably need to change the IAuthenticationMdule interface and