diff options
Diffstat (limited to 'chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc')
-rw-r--r-- | chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc index 5dfe692..0e194a2 100644 --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc @@ -19,7 +19,7 @@ namespace { -// |UpdateDeviceCallback| takes a variable length list as an arugment. The +// |UpdateDeviceCallback| takes a variable length list as an argument. The // value stored in each list element is indicated by the following constants. const int kUpdateDeviceAddressIndex = 0; const int kUpdateDeviceCommandIndex = 1; |