Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System / net / System / Net / mail / SmtpClient.cs
index 38ccf0a7f3335a081ad239b78a5c96b966309ecc..d1632685a60b21f61dd08d4f74955e734354731b 100644 (file)
@@ -872,7 +872,7 @@ namespace System.Net.Mail
             try {
                 writer = transport.EndSendMail(result);
                 // If some recipients failed but not others, send the e-mail anyways, but then return the
-                // "Non-fatal" exception reporting the failures.  The [....] code path does it this way.
+                // "Non-fatal" exception reporting the failures.  The sync code path does it this way.
                 // Fatal exceptions would have thrown above at transport.EndSendMail(...)
                 SendMailAsyncResult sendResult = (SendMailAsyncResult)result;
                 // Save these and throw them later in SendMessageCallback, after the message has sent.