Commit 26391829 authored by Bruce Dawson's avatar Bruce Dawson Committed by Commit Bot

Fix comment to accurately reflection function names

SingleThread, not SingleTreaded (add one letter, remove two). Spelling
matters to allow searching for the referenced functions.

Change-Id: I46909856cd3540fe246d9d8a9db70aaee2ebe71f
Reviewed-on: https://chromium-review.googlesource.com/1012489
Commit-Queue: Gabriel Charette <gab@chromium.org>
Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551500}
parent dbd4eed1
...@@ -29,7 +29,7 @@ class MessagePump; ...@@ -29,7 +29,7 @@ class MessagePump;
class RunLoop; class RunLoop;
// IMPORTANT: Instead of creating a base::Thread, consider using // IMPORTANT: Instead of creating a base::Thread, consider using
// base::Create(Sequenced|SingleTreaded)TaskRunnerWithTraits(). // base::Create(Sequenced|SingleThread)TaskRunnerWithTraits().
// //
// A simple thread abstraction that establishes a MessageLoop on a new thread. // A simple thread abstraction that establishes a MessageLoop on a new thread.
// The consumer uses the MessageLoop of the thread to cause code to execute on // The consumer uses the MessageLoop of the thread to cause code to execute on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment