diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-16 19:17:13 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-16 19:17:13 +0000 |
commit | 41ec006da570d91aefc1af44a29e587486d6a1ba (patch) | |
tree | bea9fa305739bdf9afc978d56d41dc878bb93629 /chromeos | |
parent | a01240b42069a0b0a04dc983c1492837b4fca759 (diff) | |
download | chromium_src-41ec006da570d91aefc1af44a29e587486d6a1ba.zip chromium_src-41ec006da570d91aefc1af44a29e587486d6a1ba.tar.gz chromium_src-41ec006da570d91aefc1af44a29e587486d6a1ba.tar.bz2 |
s/spdtool/sdptool/ in a comment
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9972014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/dbus/bluetooth_device_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/bluetooth_device_client.h b/chromeos/dbus/bluetooth_device_client.h index cc82126..8cc7489 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 |