Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Web / UI / WebControls / PasswordRecovery.cs
index f75ce6aa4cdd565ff51895e4b2ea0775c8037452..a236ddde52773400bc36cbc946b7b26a2875148c 100644 (file)
@@ -1569,9 +1569,9 @@ namespace System.Web.UI.WebControls {
         private void PerformSuccessAction() {
             string successPageUrl = SuccessPageUrl;
             if (!String.IsNullOrEmpty(successPageUrl)) {
-                // [....] suggested that we should not terminate execution of current page, to give
+                // Microsoft suggested that we should not terminate execution of current page, to give
                 // page a chance to cleanup its resources.  This may be less performant though.
-                // [....] suggested that we need to call ResolveClientUrl before redirecting.
+                // Microsoft suggested that we need to call ResolveClientUrl before redirecting.
                 // Example is this control inside user control, want redirect relative to user control dir.
                 Page.Response.Redirect(ResolveClientUrl(successPageUrl), false);
             }