Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: net/base/ip_address.h

Issue 1860823005: Move some net::IPAddressNumber implementations to net::IPAddress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/base/ip_address.cc » ('j') | net/base/ip_address.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/ip_address.h
diff --git a/net/base/ip_address.h b/net/base/ip_address.h
index 2f9d7aba90c3db2232de7592e99469ba4bc42485..50bfb2be63b5e924737f5bdb7dbff39930b6201b 100644
--- a/net/base/ip_address.h
+++ b/net/base/ip_address.h
@@ -75,7 +75,7 @@ class NET_EXPORT IPAddress {
// only checks the address length.
bool IsValid() const;
- // Returns true if an IP address hostname is in a range reserved by the IANA.
+ // Returns true if the IP is in a range reserved by the IANA.
// Works with both IPv4 and IPv6 addresses, and only compares against a given
// protocols's reserved ranges.
bool IsReserved() const;
« no previous file with comments | « no previous file | net/base/ip_address.cc » ('j') | net/base/ip_address.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698