Index: net/ssl/ssl_server_config.h |
diff --git a/net/ssl/ssl_server_config.h b/net/ssl/ssl_server_config.h |
index 51eff5597d452e5b15a8ae1fce23837b34eb511e..f91c6ab08c4c641dd97ea2cf60becb5863ec85d8 100644 |
--- a/net/ssl/ssl_server_config.h |
+++ b/net/ssl/ssl_server_config.h |
@@ -67,7 +67,8 @@ struct NET_EXPORT SSLServerConfig { |
// Provides the CertificateVerifier that is to be used to verify |
// client certificates during the handshake. |
// The |client_cert_verifier| continues to be owned by the caller, |
- // and must outlive any sockets using this SSLServerConfig. |
+ // and must outlive any sockets spawned from this SSLServerSocketContext. |
+ |
// This field is meaningful only if client certificates are required. |
// If a verifier is not provided then all certificates are accepted. |
ClientCertVerifier* client_cert_verifier; |