Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1594)

Unified Diff: device/bluetooth/bluetooth_task_manager_win.h

Issue 681193002: Fix typos in device/bluetooth headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more typo fixes Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/bluetooth_socket.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2beda13dcbd230811939bd2fa96ffdec3f2b3136 100644
--- a/device/bluetooth/bluetooth_task_manager_win.h
+++ b/device/bluetooth/bluetooth_task_manager_win.h
@@ -116,8 +116,8 @@ class BluetoothTaskManagerWin
virtual ~BluetoothTaskManagerWin();
- // Logs Win32 errors occuring during polling on the worker thread. The method
- // may discards messages to avoid logging being too verbose.
+ // Logs Win32 errors occurring during polling on the worker thread. The method
+ // may discard messages to avoid logging being too verbose.
void LogPollingError(const char* message, int win32_error);
// Notify all Observers of updated AdapterState. Should only be called on the
« no previous file with comments | « device/bluetooth/bluetooth_socket.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698