summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorbnc <bnc@chromium.org>2014-10-29 09:37:43 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-29 16:38:03 +0000
commit9d5d14145c01519572ff756a580576fddb746b49 (patch)
treee044ea48503f6592cb1dd1be58823b66eb57cbc2 /device
parent8ab49ba60a93c60bf3fc6c70cb4b08025135ea76 (diff)
downloadchromium_src-9d5d14145c01519572ff756a580576fddb746b49.zip
chromium_src-9d5d14145c01519572ff756a580576fddb746b49.tar.gz
chromium_src-9d5d14145c01519572ff756a580576fddb746b49.tar.bz2
Fix typo.
s/canoncial/canonical/ in variable names and comments. No functional change. TBR=brettw BUG= Review URL: https://codereview.chromium.org/685463002 Cr-Commit-Position: refs/heads/master@{#301857}
Diffstat (limited to 'device')
-rw-r--r--device/bluetooth/bluetooth_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
index 2f3a96b..3c273ff 100644
--- a/device/bluetooth/bluetooth_device.h
+++ b/device/bluetooth/bluetooth_device.h
@@ -398,7 +398,7 @@ class BluetoothDevice {
virtual BluetoothGattService* GetGattService(
const std::string& identifier) const;
- // Returns the |address| in the canoncial format: XX:XX:XX:XX:XX:XX, where
+ // Returns the |address| in the canonical format: XX:XX:XX:XX:XX:XX, where
// each 'X' is a hex digit. If the input |address| is invalid, returns an
// empty string.
static std::string CanonicalizeAddress(const std::string& address);