Index: device/bluetooth/bluetooth_gatt_chromeos_unittest.cc |
diff --git a/device/bluetooth/bluetooth_gatt_chromeos_unittest.cc b/device/bluetooth/bluetooth_gatt_chromeos_unittest.cc |
index 19f110f9d558e63b33bdb237e5c0a53456c275f2..de3750d82c0fad1de709aa180a034475edfabf10 100644 |
--- a/device/bluetooth/bluetooth_gatt_chromeos_unittest.cc |
+++ b/device/bluetooth/bluetooth_gatt_chromeos_unittest.cc |
@@ -827,7 +827,7 @@ TEST_F(BluetoothGattChromeOSTest, GattCharacteristicValue) { |
// Run the message loop so that the characteristics appear. |
base::MessageLoop::current()->Run(); |
- // Issue write request to non-writeable characteristics. |
+ // Issue write request to non-writable characteristics. |
observer.last_gatt_characteristic_id_.clear(); |
observer.last_gatt_characteristic_uuid_ = BluetoothUUID(); |
@@ -878,7 +878,7 @@ TEST_F(BluetoothGattChromeOSTest, GattCharacteristicValue) { |
last_service_error_); |
EXPECT_EQ(0, observer.gatt_characteristic_value_changed_count_); |
- // Issue write request to writeable characteristic. The "Body Sensor Location" |
+ // Issue write request to writable characteristic. The "Body Sensor Location" |
// characteristic does not send notifications and WriteValue does not result |
// in a CharacteristicValueChanged event, thus no such event should be |
// received. |