Index: components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h |
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h |
index 618a502aaf2bd23bdd90b794d7fb7a1b41096346..47c57279da2e3c37566cce3df8270825b333e35e 100644 |
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h |
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h |
@@ -29,7 +29,7 @@ class BluetoothLowEnergyConnectionFinder |
BluetoothLowEnergyConnectionFinder(const std::string& remote_service_uuid); |
~BluetoothLowEnergyConnectionFinder() override; |
- // Finds a connection the remote device, only the first one is functional. |
+ // Finds a connection to the remote device. Only the first one is functional. |
void Find(const device::BluetoothDevice::GattConnectionCallback& |
connection_callback); |
void Find(const ConnectionCallback& connection_callback) override; |