| Index: device/bluetooth/bluetooth_gatt_notify_session.h
|
| diff --git a/device/bluetooth/bluetooth_gatt_notify_session.h b/device/bluetooth/bluetooth_gatt_notify_session.h
|
| index 9837e3a3cc333f090e799ee5a50b3d506fe7b5e0..929656a5786b860e639655c6ca735bb75425d2cf 100644
|
| --- a/device/bluetooth/bluetooth_gatt_notify_session.h
|
| +++ b/device/bluetooth/bluetooth_gatt_notify_session.h
|
| @@ -17,7 +17,7 @@ namespace device {
|
| // BluetoothGattCharacteristic::StartNotifySession.
|
| class BluetoothGattNotifySession {
|
| public:
|
| - // Destructor autmatically stops this session.
|
| + // Destructor automatically stops this session.
|
| virtual ~BluetoothGattNotifySession();
|
|
|
| // Returns the identifier of the associated characteristic.
|
|
|