Index: chromeos/network/shill_property_util.h |
diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h |
index 3abcc1ceeaf60a976185508f8c511b2024630a1b..a413f82939b0baa0945070f3586db97c6ffe42af 100644 |
--- a/chromeos/network/shill_property_util.h |
+++ b/chromeos/network/shill_property_util.h |
@@ -58,7 +58,7 @@ void SetUIData(const NetworkUIData& ui_data, |
base::DictionaryValue* shill_dictionary); |
// Copy configuration properties required by Shill to identify a network. |
-// Only WiFi, VPN, Ethernet and EthernetEAP are supported. WiMax and Cellular |
+// Only WiFi, VPN, Ethernet and EthernetEAP are supported. Wimax and Cellular |
// are not supported. Returns true only if all required properties could be |
// copied. |
bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties, |
@@ -67,7 +67,7 @@ bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties, |
// Compares the identifying configuration properties of |properties_a| and |
// |properties_b|, returns true if they are identical. See also |
// CopyIdentifyingProperties. Only WiFi, VPN, Ethernet and EthernetEAP are |
-// supported. WiMax and Cellular are not supported. |
+// supported. Wimax and Cellular are not supported. |
bool DoIdentifyingPropertiesMatch(const base::DictionaryValue& properties_a, |
const base::DictionaryValue& properties_b); |