Index: device/bluetooth/bluetooth_gatt_characteristic.h |
diff --git a/device/bluetooth/bluetooth_gatt_characteristic.h b/device/bluetooth/bluetooth_gatt_characteristic.h |
index 522c3d018a713f1a4930631a04d787718883646f..2249e33dd32c04fc8a9e32fe482c1ba2642e32c6 100644 |
--- a/device/bluetooth/bluetooth_gatt_characteristic.h |
+++ b/device/bluetooth/bluetooth_gatt_characteristic.h |
@@ -25,7 +25,7 @@ class BluetoothGattNotifySession; |
// with a BluetoothGattService. There are two ways in which this class is used: |
// |
// 1. To represent GATT characteristics that belong to a service hosted by a |
-// a remote device. In this case the characteristic will be constructed by |
+// remote device. In this case the characteristic will be constructed by |
// the subsystem. |
// 2. To represent GATT characteristics that belong to a locally hosted |
// service. To achieve this, users can construct instances of |