Index: net/base/net_util.h |
=================================================================== |
--- net/base/net_util.h (revision 141606) |
+++ net/base/net_util.h (working copy) |
@@ -172,7 +172,7 @@ |
// * One or more components separated by '.' |
// * Each component begins with an alphanumeric character or '-' |
// * Each component contains only alphanumeric characters and '-' or '_' |
-// * Each component ends with an alphanumeric character |
+// * Each component ends with an alphanumeric character or '-' |
// * The last component begins with an alphabetic character |
// * Optional trailing dot after last component (means "treat as FQDN") |
// If |desired_tld| is non-NULL, the host will only be considered invalid if |