Index: net/proxy/proxy_resolver_v8.cc |
diff --git a/net/proxy/proxy_resolver_v8.cc b/net/proxy/proxy_resolver_v8.cc |
index 57ee7147d02eb1c08c7051e86101334622cee341..693fbb24837ff84b01f7ffd4bd5018c6e3b77944 100644 |
--- a/net/proxy/proxy_resolver_v8.cc |
+++ b/net/proxy/proxy_resolver_v8.cc |
@@ -339,8 +339,8 @@ bool IsPlainHostName(const std::string& hostname_utf8) { |
if (hostname_utf8.find('.') != std::string::npos) |
return false; |
- // IPv6 addresses may not contain periods, however are not be considered a |
- // plain host name. |
+ // IPv6 literals might not contain any periods, however are not considered |
+ // plain host names. |
IPAddressNumber unused; |
return !ParseIPLiteralToNumber(hostname_utf8, &unused); |
} |