Chromium Code Reviews| Index: device/bluetooth/bluetooth_task_manager_win.h |
| diff --git a/device/bluetooth/bluetooth_task_manager_win.h b/device/bluetooth/bluetooth_task_manager_win.h |
| index 20024c853671c8334f5eb22c8d76d427aa5d6bb9..47d51597ce74675c4d1f558d95e0226ecfacd130 100644 |
| --- a/device/bluetooth/bluetooth_task_manager_win.h |
| +++ b/device/bluetooth/bluetooth_task_manager_win.h |
| @@ -116,7 +116,7 @@ class BluetoothTaskManagerWin |
| virtual ~BluetoothTaskManagerWin(); |
| - // Logs Win32 errors occuring during polling on the worker thread. The method |
| + // Logs Win32 errors occurring during polling on the worker thread. The method |
| // may discards messages to avoid logging being too verbose. |
|
armansito
2014/10/28 05:28:28
nit: s/discards/discard/
Ben Chan
2014/10/28 05:33:24
Done.
|
| void LogPollingError(const char* message, int win32_error); |