| Index: net/http/http_server_properties_impl.h
|
| diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h
|
| index f1480064ceac888b194c493bbd90697cf9ff6d57..462c2784efb295649c92b79fd0eec37a94b06b0e 100644
|
| --- a/net/http/http_server_properties_impl.h
|
| +++ b/net/http/http_server_properties_impl.h
|
| @@ -161,7 +161,7 @@ class NET_EXPORT HttpServerPropertiesImpl
|
| CanonicalHostMap::const_iterator GetCanonicalHost(
|
| const url::SchemeHostPort& server) const;
|
|
|
| - // Remove the cononical host for |server| if |server| is the value in the map.
|
| + // Remove the cononical host for |server|.
|
| void RemoveCanonicalHost(const url::SchemeHostPort& server);
|
| void ExpireBrokenAlternateProtocolMappings();
|
| void ScheduleBrokenAlternateProtocolMappingsExpiration();
|
|
|