| Index: chromeos/network/network_state.h
|
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
|
| index d6ec61289c35d8f4a8a61119f358844441c054e6..67590829047db4aa688d6727f569d74c0e41f483 100644
|
| --- a/chromeos/network/network_state.h
|
| +++ b/chromeos/network/network_state.h
|
| @@ -91,7 +91,7 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
|
| // Returns a comma separated string of name servers.
|
| std::string GetDnsServersAsString() const;
|
|
|
| - // Converts the prefix length to a network string.
|
| + // Converts the prefix length to a netmask string.
|
| std::string GetNetmask() const;
|
|
|
| // Helpers (used e.g. when a state is cached)
|
|
|