| Index: chromeos/dbus/bluetooth_device_client.h
|
| diff --git a/chromeos/dbus/bluetooth_device_client.h b/chromeos/dbus/bluetooth_device_client.h
|
| index cc8212633584e0e7e698010056db7345aa7132f2..8cc748935393db8d5759615cbd5f934cb3153d6a 100644
|
| --- a/chromeos/dbus/bluetooth_device_client.h
|
| +++ b/chromeos/dbus/bluetooth_device_client.h
|
| @@ -137,7 +137,7 @@ class CHROMEOS_EXPORT BluetoothDeviceClient {
|
| // The Services map is used to convey the set of services discovered
|
| // on a device. The keys are unique record handles and the values are
|
| // XML-formatted service records. Both can be generated using the
|
| - // spdtool(1) binary distributed with bluetoothd.
|
| + // sdptool(1) binary distributed with bluetoothd.
|
| typedef std::map<const uint32, std::string> ServiceMap;
|
|
|
| // The ServicesCallback is used for the DiscoverServices() method. It
|
|
|